#b7c61d

Color #B7C61D Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B7C61D

Tints of Rio Grande #B7C61D

Color information

#B7C61D (or 0xB7C61D) is unknown color: approx Rio Grande. HEX triplet: B7, C6 and 1D. RGB value is (183,198,29). Sum of RGB (Red+Green+Blue) = 183+198+29=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #B7C61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C61D is #4839E2. Grayscale: #AEAEAE. Windows color (decimal): -4733411 or 1951415. OLE color: 1951415.

HSL color Cylindrical-coordinate representation of color #B7C61D: hue angle of 65.33º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7C61D is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB18319829-
CMYK0.0800.850.22
HSL65.33º74.45%44.51%-
HSV(B)65.33º85.35%77.65%-
XYZ39.9450.548.81-
YUV174.2546.03134.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 44.63%
GREEN value IS 198 (77.73% from 255) = 48.29%
BLUE value IS 29 (11.72% from 255) = 7.07%
R=44.63%
G=48.29%
B=7.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal183198290.0800.850.2265.3374.4544.51
HexB7C61D805516414a2d
Octal267306351001252610111255
Binary1011011111000110111011000010101011011010000011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7c61d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7c61d; }

 p { color: rgb(183,198,29); }

 H1.HeaderClassName
 {
   color: #b7c61d;
 }
 .AnyTagClassName
 {
   color: #b7c61d;
 }
</style>
background-color css

<style>
 a { background-color: #b7c61d; }

 a { background-color: rgb(183,198,29); }

 div.DivClassName
 {
   background-color: #b7c61d;
 }
 .BgClassName
 {
   background-color: #b7c61d;
 }
</style>
border-color css

<style>
 span { border-color: #b7c61d; }

 span { border-color: rgb(183,198,29); }

 td.TdClassName
 {
   border-color: #b7c61d;
 }
 .TagClassName
 {
   border-color: #b7c61d;
 }
</style>