Html Css Color HEX #B9C01A Rio Grande

📋 copy color: '#B9C01A'

red 185 ◦ green 192 ◦ blue 26

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

Shades of Rio Grande #B9C01A

Tints of Rio Grande #B9C01A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.64%

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

R = 45.91%
G = 47.64%
B = 6.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#B9C01A (or 0xB9C01A) is known color: Rio Grande. HEX triplet: B9, C0 and 1A. RGB value is (185,192,26). Sum of RGB (Red+Green+Blue) = 185+192+26=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C01A is #463FE5. Grayscale: #ABABAB. Windows color (decimal): -4603878 or 1753273. OLE color: 1753273.

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

Color convert

RGB 185 192 26 -
CMYK 0.04 0 0.86 0.25
HSL 62.53º 0.76% 0.43% -
HSV(B) 62.53º 0.86% 0.75% -
XYZ 39.04 48.09 8.2 -
YUV 170.98 46.18 138 -
System Red Green Blue C M Y K H S L
Decimal 185 192 26 0.04 0 0.86 0.25 62.53 0.76 0.43
Hex B9 C0 1A 4 0 56 19 3F 4C 2B
Octal 271 300 32 4 0 126 31 77 114 53
Binary 10111001 11000000 11010 100 0 1010110 11001 111111 1001100 101011

Color Harmonies of #B9C01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C01A

Black with #B9C01A

Text Example


Text Example

White with #B9C01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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