Html Css Color HEX #BCDB0B Inch Worm

📋 copy color: '#BCDB0B'

red 188 ◦ green 219 ◦ blue 11

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

Shades of Inch Worm #BCDB0B

Tints of Inch Worm #BCDB0B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.39%

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

R = 44.98%
G = 52.39%
B = 2.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#BCDB0B (or 0xBCDB0B) is known color: Inch Worm. HEX triplet: BC, DB and 0B. RGB value is (188,219,11). Sum of RGB (Red+Green+Blue) = 188+219+11=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 11 (4.69% from 255 or 2.63% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDB0B is #4324F4. Grayscale: #BABABA. Windows color (decimal): -4400373 or 777148. OLE color: 777148.

HSL color Cylindrical-coordinate representation of color #BCDB0B: hue angle of 68.94º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCDB0B is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 11 -
CMYK 0.14 0 0.95 0.14
HSL 68.94º 0.9% 0.45% -
HSV(B) 68.94º 0.95% 0.86% -
XYZ 46.13 61.38 9.73 -
YUV 186.02 29.23 129.41 -
System Red Green Blue C M Y K H S L
Decimal 188 219 11 0.14 0 0.95 0.14 68.94 0.9 0.45
Hex BC DB B E 0 5F E 45 5A 2D
Octal 274 333 13 16 0 137 16 105 132 55
Binary 10111100 11011011 1011 1110 0 1011111 1110 1000101 1011010 101101

Color Harmonies of #BCDB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB0B

Black with #BCDB0B

Text Example


Text Example

White with #BCDB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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