Html Css Color HEX #B9C11A Rio Grande

📋 copy color: '#B9C11A'

red 185 ◦ green 193 ◦ blue 26

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

Shades of Rio Grande #B9C11A

Tints of Rio Grande #B9C11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.44%

R = 45.79%
G = 47.77%
B = 6.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#B9C11A (or 0xB9C11A) is known color: Rio Grande. HEX triplet: B9, C1 and 1A. RGB value is (185,193,26). Sum of RGB (Red+Green+Blue) = 185+193+26=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 26 (10.55% from 255 or 6.44% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C11A is #463EE5. Grayscale: #ACACAC. Windows color (decimal): -4603622 or 1753529. OLE color: 1753529.

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

Color convert

RGB 185 193 26 -
CMYK 0.04 0 0.87 0.24
HSL 62.87º 0.76% 0.43% -
HSV(B) 62.87º 0.87% 0.76% -
XYZ 39.26 48.53 8.27 -
YUV 171.57 45.85 137.58 -
System Red Green Blue C M Y K H S L
Decimal 185 193 26 0.04 0 0.87 0.24 62.87 0.76 0.43
Hex B9 C1 1A 4 0 57 18 3F 4C 2B
Octal 271 301 32 4 0 127 30 77 114 53
Binary 10111001 11000001 11010 100 0 1010111 11000 111111 1001100 101011

Color Harmonies of #B9C11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C11A

Black with #B9C11A

Text Example


Text Example

White with #B9C11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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