Html Css Color HEX #B4CA20 Rio Grande

📋 copy color: '#B4CA20'

red 180 ◦ green 202 ◦ blue 32

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

Shades of Rio Grande #B4CA20

Tints of Rio Grande #B4CA20

RGB

 RED value IS 180 (70.7% from 255) = 43.48%

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

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

R = 43.48%
G = 48.79%
B = 7.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#B4CA20 (or 0xB4CA20) is known color: Rio Grande. HEX triplet: B4, CA and 20. RGB value is (180,202,32). Sum of RGB (Red+Green+Blue) = 180+202+32=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CA20 is #4B35DF. Grayscale: #B0B0B0. Windows color (decimal): -4928992 or 2149044. OLE color: 2149044.

HSL color Cylindrical-coordinate representation of color #B4CA20: hue angle of 67.76º 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 #B4CA20 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 202 32 -
CMYK 0.11 0 0.84 0.21
HSL 67.76º 0.73% 0.46% -
HSV(B) 67.76º 0.84% 0.79% -
XYZ 40.2 52.05 9.29 -
YUV 176.04 46.71 130.82 -
System Red Green Blue C M Y K H S L
Decimal 180 202 32 0.11 0 0.84 0.21 67.76 0.73 0.46
Hex B4 CA 20 B 0 54 15 44 49 2E
Octal 264 312 40 13 0 124 25 104 111 56
Binary 10110100 11001010 100000 1011 0 1010100 10101 1000100 1001001 101110

Color Harmonies of #B4CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CA20

Black with #B4CA20

Text Example


Text Example

White with #B4CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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