Html Css Color HEX #B9C121 Rio Grande

📋 copy color: '#B9C121'

red 185 ◦ green 193 ◦ blue 33

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

Shades of Rio Grande #B9C121

Tints of Rio Grande #B9C121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.96%

 BLUE value IS 33 (13.28% from 255) = 8.03%

R = 45.01%
G = 46.96%
B = 8.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#B9C121 (or 0xB9C121) is known color: Rio Grande. HEX triplet: B9, C1 and 21. RGB value is (185,193,33). Sum of RGB (Red+Green+Blue) = 185+193+33=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C121 is #463EDE. Grayscale: #ADADAD. Windows color (decimal): -4603615 or 2212281. OLE color: 2212281.

HSL color Cylindrical-coordinate representation of color #B9C121: hue angle of 63º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9C121 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 193 33 -
CMYK 0.04 0 0.83 0.24
HSL 63º 0.71% 0.44% -
HSV(B) 63º 0.83% 0.76% -
XYZ 39.35 48.56 8.74 -
YUV 172.37 49.35 137.01 -
System Red Green Blue C M Y K H S L
Decimal 185 193 33 0.04 0 0.83 0.24 63 0.71 0.44
Hex B9 C1 21 4 0 53 18 3F 47 2C
Octal 271 301 41 4 0 123 30 77 107 54
Binary 10111001 11000001 100001 100 0 1010011 11000 111111 1000111 101100

Color Harmonies of #B9C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C121

Black with #B9C121

Text Example


Text Example

White with #B9C121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C121; }

 p { color: rgb(185,193,33); }

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

background-color css

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

 a { background-color: rgb(185,193,33); }

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

border-color css

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

 span { border-color: rgb(185,193,33); }

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