Html Css Color HEX #BCC820 Rio Grande

📋 copy color: '#BCC820'

red 188 ◦ green 200 ◦ blue 32

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

Shades of Rio Grande #BCC820

Tints of Rio Grande #BCC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.62%

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

R = 44.76%
G = 47.62%
B = 7.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#BCC820 (or 0xBCC820) is known color: Rio Grande. HEX triplet: BC, C8 and 20. RGB value is (188,200,32). Sum of RGB (Red+Green+Blue) = 188+200+32=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC820 is #4337DF. Grayscale: #B1B1B1. Windows color (decimal): -4405216 or 2148540. OLE color: 2148540.

HSL color Cylindrical-coordinate representation of color #BCC820: hue angle of 64.29º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCC820 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 32 -
CMYK 0.06 0 0.84 0.22
HSL 64.29º 0.72% 0.45% -
HSV(B) 64.29º 0.84% 0.78% -
XYZ 41.65 52.1 9.23 -
YUV 177.26 46.02 135.66 -
System Red Green Blue C M Y K H S L
Decimal 188 200 32 0.06 0 0.84 0.22 64.29 0.72 0.45
Hex BC C8 20 6 0 54 16 40 48 2D
Octal 274 310 40 6 0 124 26 100 110 55
Binary 10111100 11001000 100000 110 0 1010100 10110 1000000 1001000 101101

Color Harmonies of #BCC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC820

Black with #BCC820

Text Example


Text Example

White with #BCC820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC820; }

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

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

background-color css

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

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

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

border-color css

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

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

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