Html Css Color HEX #BCDB02 Inch Worm

📋 copy color: '#BCDB02'

red 188 ◦ green 219 ◦ blue 2

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

Shades of Inch Worm #BCDB02

Tints of Inch Worm #BCDB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 45.97%
G = 53.55%
B = 0.49%

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

#BCDB02 (or 0xBCDB02) is known color: Inch Worm. HEX triplet: BC, DB and 02. RGB value is (188,219,2). Sum of RGB (Red+Green+Blue) = 188+219+2=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDB02 is #4324FD. Grayscale: #B9B9B9. Windows color (decimal): -4400382 or 187324. OLE color: 187324.

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

Color convert

RGB 188 219 2 -
CMYK 0.14 0 0.99 0.14
HSL 68.57º 0.98% 0.43% -
HSV(B) 68.57º 0.99% 0.86% -
XYZ 46.08 61.36 9.47 -
YUV 184.99 24.73 130.14 -
System Red Green Blue C M Y K H S L
Decimal 188 219 2 0.14 0 0.99 0.14 68.57 0.98 0.43
Hex BC DB 2 E 0 63 E 45 62 2B
Octal 274 333 2 16 0 143 16 105 142 53
Binary 10111100 11011011 10 1110 0 1100011 1110 1000101 1100010 101011

Color Harmonies of #BCDB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB02

Black with #BCDB02

Text Example


Text Example

White with #BCDB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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