Html Css Color HEX #B9C52A Rio Grande

📋 copy color: '#B9C52A'

red 185 ◦ green 197 ◦ blue 42

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

Shades of Rio Grande #B9C52A

Tints of Rio Grande #B9C52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.91%

R = 43.63%
G = 46.46%
B = 9.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#B9C52A (or 0xB9C52A) is known color: Rio Grande. HEX triplet: B9, C5 and 2A. RGB value is (185,197,42). Sum of RGB (Red+Green+Blue) = 185+197+42=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C52A is #463AD5. Grayscale: #B0B0B0. Windows color (decimal): -4602582 or 2803129. OLE color: 2803129.

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

Color convert

RGB 185 197 42 -
CMYK 0.06 0 0.79 0.23
HSL 64.65º 0.65% 0.47% -
HSV(B) 64.65º 0.79% 0.77% -
XYZ 40.39 50.41 9.79 -
YUV 175.74 52.52 134.6 -
System Red Green Blue C M Y K H S L
Decimal 185 197 42 0.06 0 0.79 0.23 64.65 0.65 0.47
Hex B9 C5 2A 6 0 4F 17 41 41 2F
Octal 271 305 52 6 0 117 27 101 101 57
Binary 10111001 11000101 101010 110 0 1001111 10111 1000001 1000001 101111

Color Harmonies of #B9C52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C52A

Black with #B9C52A

Text Example


Text Example

White with #B9C52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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