#B7C71E

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

Shades of Rio Grande #B7C71E

Tints of Rio Grande #B7C71E

Color information

#B7C71E (or 0xB7C71E) is unknown color: approx Rio Grande. HEX triplet: B7, C7 and 1E. RGB value is (183,199,30). Sum of RGB (Red+Green+Blue) = 183+199+30=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 199 (78.12% from 255 or 48.30% from 412); Blue value is 30 (12.11% from 255 or 7.28% from 412); Max value from RGB is 199 - color contains mainly: green. Hex color #B7C71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C71E is #4838E1. Grayscale: #AFAFAF. Windows color (decimal): -4733154 or 2017207. OLE color: 2017207.

HSL color Cylindrical-coordinate representation of color #B7C71E: hue angle of 65.68º 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 #B7C71E is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB18319930-
CMYK0.0800.850.22
HSL65.68º73.8%44.9%-
HSV(B)65.68º84.92%78.04%-
XYZ40.1951.018.96-
YUV174.9546.2133.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.42%
GREEN value IS 199 (78.12% from 255) = 48.30%
BLUE value IS 30 (12.11% from 255) = 7.28%
R=44.42%
G=48.30%
B=7.28%

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
Decimal183199300.0800.850.2265.6873.844.9
HexB7C71E805516424a2d
Octal267307361001252610211255
Binary1011011111000111111101000010101011011010000101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C71E; }

 p { color: rgb(183,199,30); }

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

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

 a { background-color: rgb(183,199,30); }

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

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

 span { border-color: rgb(183,199,30); }

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