#B9D014

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

Shades of Rio Grande #B9D014

Tints of Rio Grande #B9D014

Color information

#B9D014 (or 0xB9D014) is unknown color: approx Rio Grande. HEX triplet: B9, D0 and 14. RGB value is (185,208,20). Sum of RGB (Red+Green+Blue) = 185+208+20=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D014 is #462FEB. Grayscale: #B4B4B4. Windows color (decimal): -4599788 or 1364153. OLE color: 1364153.

HSL color Cylindrical-coordinate representation of color #B9D014: hue angle of 67.34º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9D014 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB18520820-
CMYK0.1100.900.18
HSL67.34º82.46%44.71%-
HSV(B)67.34º90.38%81.57%-
XYZ42.6955.489.12-
YUV179.6937.88131.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 208 (81.64% from 255) = 50.36%
BLUE value IS 20 (8.20% from 255) = 4.84%
R=44.79%
G=50.36%
B=4.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185208200.1100.900.1867.3482.4644.71
HexB9D014B05A1243522d
Octal271320241301322210312255
Binary1011100111010000101001011010110101001010000111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D014; }

 p { color: rgb(185,208,20); }

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

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

 a { background-color: rgb(185,208,20); }

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

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

 span { border-color: rgb(185,208,20); }

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