Html Css Color HEX #B8CA20 Rio Grande

📋 copy color: '#B8CA20'

red 184 ◦ green 202 ◦ blue 32

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

Shades of Rio Grande #B8CA20

Tints of Rio Grande #B8CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.33%

 BLUE value IS 32 (12.89% from 255) = 7.66%

R = 44.02%
G = 48.33%
B = 7.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#B8CA20 (or 0xB8CA20) is known color: Rio Grande. HEX triplet: B8, CA and 20. RGB value is (184,202,32). Sum of RGB (Red+Green+Blue) = 184+202+32=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CA20 is #4735DF. Grayscale: #B1B1B1. Windows color (decimal): -4666848 or 2149048. OLE color: 2149048.

HSL color Cylindrical-coordinate representation of color #B8CA20: hue angle of 66.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8CA20 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 202 32 -
CMYK 0.09 0 0.84 0.21
HSL 66.35º 0.73% 0.46% -
HSV(B) 66.35º 0.84% 0.79% -
XYZ 41.15 52.54 9.34 -
YUV 177.24 46.04 132.82 -
System Red Green Blue C M Y K H S L
Decimal 184 202 32 0.09 0 0.84 0.21 66.35 0.73 0.46
Hex B8 CA 20 9 0 54 15 42 49 2E
Octal 270 312 40 11 0 124 25 102 111 56
Binary 10111000 11001010 100000 1001 0 1010100 10101 1000010 1001001 101110

Color Harmonies of #B8CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CA20

Black with #B8CA20

Text Example


Text Example

White with #B8CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CA20; }

 p { color: rgb(184,202,32); }

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

background-color css

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

 a { background-color: rgb(184,202,32); }

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

border-color css

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

 span { border-color: rgb(184,202,32); }

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