Html Css Color HEX #BCED21 Inch Worm

📋 copy color: '#BCED21'

red 188 ◦ green 237 ◦ blue 33

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

Shades of Inch Worm #BCED21

Tints of Inch Worm #BCED21

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.75%

 BLUE value IS 33 (13.28% from 255) = 7.21%

R = 41.05%
G = 51.75%
B = 7.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#BCED21 (or 0xBCED21) is known color: Inch Worm. HEX triplet: BC, ED and 21. RGB value is (188,237,33). Sum of RGB (Red+Green+Blue) = 188+237+33=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 237 (92.97% from 255 or 51.75% from 458); Blue value is 33 (13.28% from 255 or 7.21% from 458); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCED21 is #4312DE. Grayscale: #C7C7C7. Windows color (decimal): -4395743 or 2223548. OLE color: 2223548.

HSL color Cylindrical-coordinate representation of color #BCED21: hue angle of 74.41º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCED21 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 33 -
CMYK 0.21 0 0.86 0.07
HSL 74.41º 0.85% 0.53% -
HSV(B) 74.41º 0.86% 0.93% -
XYZ 51.3 71.37 12.51 -
YUV 199.09 34.27 120.09 -
System Red Green Blue C M Y K H S L
Decimal 188 237 33 0.21 0 0.86 0.07 74.41 0.85 0.53
Hex BC ED 21 15 0 56 7 4A 55 35
Octal 274 355 41 25 0 126 7 112 125 65
Binary 10111100 11101101 100001 10101 0 1010110 111 1001010 1010101 110101

Color Harmonies of #BCED21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED21

Black with #BCED21

Text Example


Text Example

White with #BCED21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED21; }

 p { color: rgb(188,237,33); }

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

background-color css

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

 a { background-color: rgb(188,237,33); }

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

border-color css

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

 span { border-color: rgb(188,237,33); }

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