Html Css Color HEX #B9C51A Rio Grande

📋 copy color: '#B9C51A'

red 185 ◦ green 197 ◦ blue 26

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

Shades of Rio Grande #B9C51A

Tints of Rio Grande #B9C51A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.28%

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

R = 45.34%
G = 48.28%
B = 6.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#B9C51A (or 0xB9C51A) is known color: Rio Grande. HEX triplet: B9, C5 and 1A. RGB value is (185,197,26). Sum of RGB (Red+Green+Blue) = 185+197+26=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C51A is #463AE5. Grayscale: #AEAEAE. Windows color (decimal): -4602598 or 1754553. OLE color: 1754553.

HSL color Cylindrical-coordinate representation of color #B9C51A: hue angle of 64.21º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9C51A is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 197 26 -
CMYK 0.06 0 0.87 0.23
HSL 64.21º 0.77% 0.44% -
HSV(B) 64.21º 0.87% 0.77% -
XYZ 40.16 50.32 8.57 -
YUV 173.92 44.52 135.9 -
System Red Green Blue C M Y K H S L
Decimal 185 197 26 0.06 0 0.87 0.23 64.21 0.77 0.44
Hex B9 C5 1A 6 0 57 17 40 4D 2C
Octal 271 305 32 6 0 127 27 100 115 54
Binary 10111001 11000101 11010 110 0 1010111 10111 1000000 1001101 101100

Color Harmonies of #B9C51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C51A

Black with #B9C51A

Text Example


Text Example

White with #B9C51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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