Html Css Color HEX #BCCA20 Rio Grande

📋 copy color: '#BCCA20'

red 188 ◦ green 202 ◦ blue 32

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

Shades of Rio Grande #BCCA20

Tints of Rio Grande #BCCA20

RGB

 RED value IS 188 (73.83% from 255) = 44.55%

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

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

R = 44.55%
G = 47.87%
B = 7.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#BCCA20 (or 0xBCCA20) is known color: Rio Grande. HEX triplet: BC, CA and 20. RGB value is (188,202,32). Sum of RGB (Red+Green+Blue) = 188+202+32=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCA20 is #4335DF. Grayscale: #B3B3B3. Windows color (decimal): -4404704 or 2149052. OLE color: 2149052.

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

Color convert

RGB 188 202 32 -
CMYK 0.07 0 0.84 0.21
HSL 64.94º 0.73% 0.46% -
HSV(B) 64.94º 0.84% 0.79% -
XYZ 42.12 53.04 9.38 -
YUV 178.43 45.36 134.82 -
System Red Green Blue C M Y K H S L
Decimal 188 202 32 0.07 0 0.84 0.21 64.94 0.73 0.46
Hex BC CA 20 7 0 54 15 41 49 2E
Octal 274 312 40 7 0 124 25 101 111 56
Binary 10111100 11001010 100000 111 0 1010100 10101 1000001 1001001 101110

Color Harmonies of #BCCA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCA20

Black with #BCCA20

Text Example


Text Example

White with #BCCA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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