Html Css Color HEX #B8C42A Rio Grande

📋 copy color: '#B8C42A'

red 184 ◦ green 196 ◦ blue 42

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

Shades of Rio Grande #B8C42A

Tints of Rio Grande #B8C42A

RGB

 RED value IS 184 (72.27% from 255) = 43.6%

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

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

R = 43.6%
G = 46.45%
B = 9.95%

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

#B8C42A (or 0xB8C42A) is known color: Rio Grande. HEX triplet: B8, C4 and 2A. RGB value is (184,196,42). Sum of RGB (Red+Green+Blue) = 184+196+42=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C42A is #473BD5. Grayscale: #AFAFAF. Windows color (decimal): -4668374 or 2802872. OLE color: 2802872.

HSL color Cylindrical-coordinate representation of color #B8C42A: hue angle of 64.68º 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 #B8C42A is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 184 196 42 -
CMYK 0.06 0 0.79 0.23
HSL 64.68º 0.65% 0.47% -
HSV(B) 64.68º 0.79% 0.77% -
XYZ 39.93 49.84 9.71 -
YUV 174.86 53.02 134.52 -
System Red Green Blue C M Y K H S L
Decimal 184 196 42 0.06 0 0.79 0.23 64.68 0.65 0.47
Hex B8 C4 2A 6 0 4F 17 41 41 2F
Octal 270 304 52 6 0 117 27 101 101 57
Binary 10111000 11000100 101010 110 0 1001111 10111 1000001 1000001 101111

Color Harmonies of #B8C42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C42A

Black with #B8C42A

Text Example


Text Example

White with #B8C42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C42A; }

 p { color: rgb(184,196,42); }

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

background-color css

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

 a { background-color: rgb(184,196,42); }

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

border-color css

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

 span { border-color: rgb(184,196,42); }

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