Html Css Color HEX #BCD020 Rio Grande

📋 copy color: '#BCD020'

red 188 ◦ green 208 ◦ blue 32

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

Shades of Rio Grande #BCD020

Tints of Rio Grande #BCD020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.6%

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

R = 43.93%
G = 48.6%
B = 7.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#BCD020 (or 0xBCD020) is known color: Rio Grande. HEX triplet: BC, D0 and 20. RGB value is (188,208,32). Sum of RGB (Red+Green+Blue) = 188+208+32=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD020 is #432FDF. Grayscale: #B6B6B6. Windows color (decimal): -4403168 or 2150588. OLE color: 2150588.

HSL color Cylindrical-coordinate representation of color #BCD020: hue angle of 66.82º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCD020 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 32 -
CMYK 0.10 0 0.85 0.18
HSL 66.82º 0.73% 0.47% -
HSV(B) 66.82º 0.85% 0.82% -
XYZ 43.56 55.91 9.86 -
YUV 181.96 43.37 132.31 -
System Red Green Blue C M Y K H S L
Decimal 188 208 32 0.10 0 0.85 0.18 66.82 0.73 0.47
Hex BC D0 20 A 0 55 12 43 49 2F
Octal 274 320 40 12 0 125 22 103 111 57
Binary 10111100 11010000 100000 1010 0 1010101 10010 1000011 1001001 101111

Color Harmonies of #BCD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD020

Black with #BCD020

Text Example


Text Example

White with #BCD020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD020; }

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

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

background-color css

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

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

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

border-color css

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

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

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