Html Css Color HEX #B9C915 Rio Grande

📋 copy color: '#B9C915'

red 185 ◦ green 201 ◦ blue 21

#B9C915
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #B9C915

Tints of Rio Grande #B9C915

RGB

 RED value IS 185 (72.66% from 255) = 45.45%

 GREEN value IS 201 (78.91% from 255) = 49.39%

 BLUE value IS 21 (8.59% from 255) = 5.16%

R = 45.45%
G = 49.39%
B = 5.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#B9C915 (or 0xB9C915) is known color: Rio Grande. HEX triplet: B9, C9 and 15. RGB value is (185,201,21). Sum of RGB (Red+Green+Blue) = 185+201+21=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C915 is #4636EA. Grayscale: #B0B0B0. Windows color (decimal): -4601579 or 1427897. OLE color: 1427897.

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

Color convert

RGB 185 201 21 -
CMYK 0.08 0 0.90 0.21
HSL 65.33º 0.81% 0.44% -
HSV(B) 65.33º 0.9% 0.79% -
XYZ 41.03 52.14 8.61 -
YUV 175.7 40.7 134.64 -
System Red Green Blue C M Y K H S L
Decimal 185 201 21 0.08 0 0.90 0.21 65.33 0.81 0.44
Hex B9 C9 15 8 0 5A 15 41 51 2C
Octal 271 311 25 10 0 132 25 101 121 54
Binary 10111001 11001001 10101 1000 0 1011010 10101 1000001 1010001 101100

Color Harmonies of #B9C915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C915

Black with #B9C915

Text Example


Text Example

White with #B9C915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C915; }

 p { color: rgb(185,201,21); }

 H1.HeaderClassName
 {
   color: #B9C915;
 }
 .AnyTagClassName
 {
   color: #B9C915;
 }
</style>

background-color css

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

 a { background-color: rgb(185,201,21); }

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

border-color css

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

 span { border-color: rgb(185,201,21); }

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