Html Css Color HEX #BCC020 Rio Grande

📋 copy color: '#BCC020'

red 188 ◦ green 192 ◦ blue 32

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

Shades of Rio Grande #BCC020

Tints of Rio Grande #BCC020

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.6%

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

R = 45.63%
G = 46.6%
B = 7.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BCC020 (or 0xBCC020) is known color: Rio Grande. HEX triplet: BC, C0 and 20. RGB value is (188,192,32). Sum of RGB (Red+Green+Blue) = 188+192+32=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC020 is #433FDF. Grayscale: #ADADAD. Windows color (decimal): -4407264 or 2146492. OLE color: 2146492.

HSL color Cylindrical-coordinate representation of color #BCC020: hue angle of 61.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCC020 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 32 -
CMYK 0.02 0 0.83 0.25
HSL 61.5º 0.71% 0.44% -
HSV(B) 61.5º 0.83% 0.75% -
XYZ 39.85 48.49 8.63 -
YUV 172.56 48.67 139.01 -
System Red Green Blue C M Y K H S L
Decimal 188 192 32 0.02 0 0.83 0.25 61.5 0.71 0.44
Hex BC C0 20 2 0 53 19 3E 47 2C
Octal 274 300 40 2 0 123 31 76 107 54
Binary 10111100 11000000 100000 10 0 1010011 11001 111110 1000111 101100

Color Harmonies of #BCC020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC020

Black with #BCC020

Text Example


Text Example

White with #BCC020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC020; }

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

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

background-color css

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

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

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

border-color css

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

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

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