Html Css Color HEX #B9C42E Rio Grande

📋 copy color: '#B9C42E'

red 185 ◦ green 196 ◦ blue 46

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

Shades of Rio Grande #B9C42E

Tints of Rio Grande #B9C42E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.9%

 BLUE value IS 46 (18.36% from 255) = 10.77%

R = 43.33%
G = 45.9%
B = 10.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#B9C42E (or 0xB9C42E) is known color: Rio Grande. HEX triplet: B9, C4 and 2E. RGB value is (185,196,46). Sum of RGB (Red+Green+Blue) = 185+196+46=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C42E is #463BD1. Grayscale: #B0B0B0. Windows color (decimal): -4602834 or 3065017. OLE color: 3065017.

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

Color convert

RGB 185 196 46 -
CMYK 0.06 0 0.77 0.23
HSL 64.4º 0.62% 0.47% -
HSV(B) 64.4º 0.77% 0.77% -
XYZ 40.24 49.99 10.11 -
YUV 175.61 54.86 134.7 -
System Red Green Blue C M Y K H S L
Decimal 185 196 46 0.06 0 0.77 0.23 64.4 0.62 0.47
Hex B9 C4 2E 6 0 4D 17 40 3E 2F
Octal 271 304 56 6 0 115 27 100 76 57
Binary 10111001 11000100 101110 110 0 1001101 10111 1000000 111110 101111

Color Harmonies of #B9C42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C42E

Black with #B9C42E

Text Example


Text Example

White with #B9C42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C42E; }

 p { color: rgb(185,196,46); }

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

background-color css

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

 a { background-color: rgb(185,196,46); }

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

border-color css

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

 span { border-color: rgb(185,196,46); }

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