Html Css Color HEX #B9C817 Rio Grande

📋 copy color: '#B9C817'

red 185 ◦ green 200 ◦ blue 23

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

Shades of Rio Grande #B9C817

Tints of Rio Grande #B9C817

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.02%

 BLUE value IS 23 (9.38% from 255) = 5.64%

R = 45.34%
G = 49.02%
B = 5.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#B9C817 (or 0xB9C817) is known color: Rio Grande. HEX triplet: B9, C8 and 17. RGB value is (185,200,23). Sum of RGB (Red+Green+Blue) = 185+200+23=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 23 (9.38% from 255 or 5.64% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C817 is #4637E8. Grayscale: #B0B0B0. Windows color (decimal): -4601833 or 1558713. OLE color: 1558713.

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

Color convert

RGB 185 200 23 -
CMYK 0.08 0 0.88 0.22
HSL 65.08º 0.79% 0.44% -
HSV(B) 65.08º 0.89% 0.78% -
XYZ 40.82 51.68 8.64 -
YUV 175.34 42.03 134.89 -
System Red Green Blue C M Y K H S L
Decimal 185 200 23 0.08 0 0.88 0.22 65.08 0.79 0.44
Hex B9 C8 17 8 0 58 16 41 4F 2C
Octal 271 310 27 10 0 130 26 101 117 54
Binary 10111001 11001000 10111 1000 0 1011000 10110 1000001 1001111 101100

Color Harmonies of #B9C817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C817

Black with #B9C817

Text Example


Text Example

White with #B9C817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C817; }

 p { color: rgb(185,200,23); }

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

background-color css

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

 a { background-color: rgb(185,200,23); }

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

border-color css

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

 span { border-color: rgb(185,200,23); }

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