Html Css Color HEX #BCDD0B Inch Worm

📋 copy color: '#BCDD0B'

red 188 ◦ green 221 ◦ blue 11

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

Shades of Inch Worm #BCDD0B

Tints of Inch Worm #BCDD0B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.62%

 BLUE value IS 11 (4.69% from 255) = 2.62%

R = 44.76%
G = 52.62%
B = 2.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#BCDD0B (or 0xBCDD0B) is known color: Inch Worm. HEX triplet: BC, DD and 0B. RGB value is (188,221,11). Sum of RGB (Red+Green+Blue) = 188+221+11=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDD0B is #4322F4. Grayscale: #BCBCBC. Windows color (decimal): -4399861 or 777660. OLE color: 777660.

HSL color Cylindrical-coordinate representation of color #BCDD0B: hue angle of 69.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCDD0B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 221 11 -
CMYK 0.15 0 0.95 0.13
HSL 69.43º 0.91% 0.45% -
HSV(B) 69.43º 0.95% 0.87% -
XYZ 46.66 62.43 9.91 -
YUV 187.19 28.57 128.58 -
System Red Green Blue C M Y K H S L
Decimal 188 221 11 0.15 0 0.95 0.13 69.43 0.91 0.45
Hex BC DD B F 0 5F D 45 5B 2D
Octal 274 335 13 17 0 137 15 105 133 55
Binary 10111100 11011101 1011 1111 0 1011111 1101 1000101 1011011 101101

Color Harmonies of #BCDD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD0B

Black with #BCDD0B

Text Example


Text Example

White with #BCDD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD0B; }

 p { color: rgb(188,221,11); }

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

background-color css

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

 a { background-color: rgb(188,221,11); }

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

border-color css

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

 span { border-color: rgb(188,221,11); }

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