Html Css Color HEX #B9C31A Rio Grande

📋 copy color: '#B9C31A'

red 185 ◦ green 195 ◦ blue 26

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

Shades of Rio Grande #B9C31A

Tints of Rio Grande #B9C31A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.03%

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

R = 45.57%
G = 48.03%
B = 6.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#B9C31A (or 0xB9C31A) is known color: Rio Grande. HEX triplet: B9, C3 and 1A. RGB value is (185,195,26). Sum of RGB (Red+Green+Blue) = 185+195+26=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 26 (10.55% from 255 or 6.40% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C31A is #463CE5. Grayscale: #ADADAD. Windows color (decimal): -4603110 or 1754041. OLE color: 1754041.

HSL color Cylindrical-coordinate representation of color #B9C31A: hue angle of 63.55º 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 #B9C31A is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 195 26 -
CMYK 0.05 0 0.87 0.24
HSL 63.55º 0.76% 0.43% -
HSV(B) 63.55º 0.87% 0.76% -
XYZ 39.71 49.42 8.42 -
YUV 172.74 45.19 136.74 -
System Red Green Blue C M Y K H S L
Decimal 185 195 26 0.05 0 0.87 0.24 63.55 0.76 0.43
Hex B9 C3 1A 5 0 57 18 40 4C 2B
Octal 271 303 32 5 0 127 30 100 114 53
Binary 10111001 11000011 11010 101 0 1010111 11000 1000000 1001100 101011

Color Harmonies of #B9C31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C31A

Black with #B9C31A

Text Example


Text Example

White with #B9C31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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