Html Css Color HEX #BCDB01 Inch Worm

📋 copy color: '#BCDB01'

red 188 ◦ green 219 ◦ blue 1

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

Shades of Inch Worm #BCDB01

Tints of Inch Worm #BCDB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 46.08%
G = 53.68%
B = 0.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#BCDB01 (or 0xBCDB01) is known color: Inch Worm. HEX triplet: BC, DB and 01. RGB value is (188,219,1). Sum of RGB (Red+Green+Blue) = 188+219+1=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDB01 is #4324FE. Grayscale: #B9B9B9. Windows color (decimal): -4400383 or 121788. OLE color: 121788.

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

Color convert

RGB 188 219 1 -
CMYK 0.14 0 1.00 0.14
HSL 68.53º 0.99% 0.43% -
HSV(B) 68.53º 1% 0.86% -
XYZ 46.08 61.36 9.44 -
YUV 184.88 24.23 130.23 -
System Red Green Blue C M Y K H S L
Decimal 188 219 1 0.14 0 1.00 0.14 68.53 0.99 0.43
Hex BC DB 1 E 0 64 E 45 63 2B
Octal 274 333 1 16 0 144 16 105 143 53
Binary 10111100 11011011 1 1110 0 1100100 1110 1000101 1100011 101011

Color Harmonies of #BCDB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB01

Black with #BCDB01

Text Example


Text Example

White with #BCDB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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