Html Css Color HEX #BCCD20 Rio Grande

📋 copy color: '#BCCD20'

red 188 ◦ green 205 ◦ blue 32

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

Shades of Rio Grande #BCCD20

Tints of Rio Grande #BCCD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.24%

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

R = 44.24%
G = 48.24%
B = 7.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#BCCD20 (or 0xBCCD20) is known color: Rio Grande. HEX triplet: BC, CD and 20. RGB value is (188,205,32). Sum of RGB (Red+Green+Blue) = 188+205+32=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD20 is #4332DF. Grayscale: #B4B4B4. Windows color (decimal): -4403936 or 2149820. OLE color: 2149820.

HSL color Cylindrical-coordinate representation of color #BCCD20: hue angle of 65.9º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCCD20 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 32 -
CMYK 0.08 0 0.84 0.20
HSL 65.9º 0.73% 0.46% -
HSV(B) 65.9º 0.84% 0.8% -
XYZ 42.83 54.46 9.62 -
YUV 180.2 44.37 133.57 -
System Red Green Blue C M Y K H S L
Decimal 188 205 32 0.08 0 0.84 0.20 65.9 0.73 0.46
Hex BC CD 20 8 0 54 14 42 49 2E
Octal 274 315 40 10 0 124 24 102 111 56
Binary 10111100 11001101 100000 1000 0 1010100 10100 1000010 1001001 101110

Color Harmonies of #BCCD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD20

Black with #BCCD20

Text Example


Text Example

White with #BCCD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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