Html Css Color HEX #BCDB03 Inch Worm

📋 copy color: '#BCDB03'

red 188 ◦ green 219 ◦ blue 3

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

Shades of Inch Worm #BCDB03

Tints of Inch Worm #BCDB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 45.85%
G = 53.41%
B = 0.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#BCDB03 (or 0xBCDB03) is known color: Inch Worm. HEX triplet: BC, DB and 03. RGB value is (188,219,3). Sum of RGB (Red+Green+Blue) = 188+219+3=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 219 (85.94% from 255 or 53.41% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDB03 is #4324FC. Grayscale: #B9B9B9. Windows color (decimal): -4400381 or 252860. OLE color: 252860.

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

Color convert

RGB 188 219 3 -
CMYK 0.14 0 0.99 0.14
HSL 68.61º 0.97% 0.44% -
HSV(B) 68.61º 0.99% 0.86% -
XYZ 46.09 61.36 9.5 -
YUV 185.11 25.23 130.06 -
System Red Green Blue C M Y K H S L
Decimal 188 219 3 0.14 0 0.99 0.14 68.61 0.97 0.44
Hex BC DB 3 E 0 63 E 45 61 2C
Octal 274 333 3 16 0 143 16 105 141 54
Binary 10111100 11011011 11 1110 0 1100011 1110 1000101 1100001 101100

Color Harmonies of #BCDB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB03

Black with #BCDB03

Text Example


Text Example

White with #BCDB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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