#B7C918

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

Shades of Rio Grande #B7C918

Tints of Rio Grande #B7C918

Color information

#B7C918 (or 0xB7C918) is unknown color: approx Rio Grande. HEX triplet: B7, C9 and 18. RGB value is (183,201,24). Sum of RGB (Red+Green+Blue) = 183+201+24=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #B7C918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C918 is #4836E7. Grayscale: #B0B0B0. Windows color (decimal): -4732648 or 1624503. OLE color: 1624503.

HSL color Cylindrical-coordinate representation of color #B7C918: hue angle of 66.1º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7C918 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB18320124-
CMYK0.0900.880.21
HSL66.1º78.67%44.12%-
HSV(B)66.1º88.06%78.82%-
XYZ40.5851.918.74-
YUV175.4442.54133.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 201 (78.91% from 255) = 49.26%
BLUE value IS 24 (9.77% from 255) = 5.88%
R=44.85%
G=49.26%
B=5.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal183201240.0900.880.2166.178.6744.12
HexB7C918905815424f2c
Octal267311301101302510211754
Binary1011011111001001110001001010110001010110000101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C918; }

 p { color: rgb(183,201,24); }

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

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

 a { background-color: rgb(183,201,24); }

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

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

 span { border-color: rgb(183,201,24); }

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