Html Css Color HEX #B9C21F Rio Grande

📋 copy color: '#B9C21F'

red 185 ◦ green 194 ◦ blue 31

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

Shades of Rio Grande #B9C21F

Tints of Rio Grande #B9C21F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.32%

 BLUE value IS 31 (12.5% from 255) = 7.56%

R = 45.12%
G = 47.32%
B = 7.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#B9C21F (or 0xB9C21F) is known color: Rio Grande. HEX triplet: B9, C2 and 1F. RGB value is (185,194,31). Sum of RGB (Red+Green+Blue) = 185+194+31=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C21F is #463DE0. Grayscale: #ADADAD. Windows color (decimal): -4603361 or 2081465. OLE color: 2081465.

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

Color convert

RGB 185 194 31 -
CMYK 0.05 0 0.84 0.24
HSL 63.31º 0.72% 0.44% -
HSV(B) 63.31º 0.84% 0.76% -
XYZ 39.55 49 8.67 -
YUV 172.73 48.02 136.75 -
System Red Green Blue C M Y K H S L
Decimal 185 194 31 0.05 0 0.84 0.24 63.31 0.72 0.44
Hex B9 C2 1F 5 0 54 18 3F 48 2C
Octal 271 302 37 5 0 124 30 77 110 54
Binary 10111001 11000010 11111 101 0 1010100 11000 111111 1001000 101100

Color Harmonies of #B9C21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C21F

Black with #B9C21F

Text Example


Text Example

White with #B9C21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C21F; }

 p { color: rgb(185,194,31); }

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

background-color css

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

 a { background-color: rgb(185,194,31); }

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

border-color css

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

 span { border-color: rgb(185,194,31); }

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