Html Css Color HEX #BCDB04 Inch Worm

📋 copy color: '#BCDB04'

red 188 ◦ green 219 ◦ blue 4

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

Shades of Inch Worm #BCDB04

Tints of Inch Worm #BCDB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 45.74%
G = 53.28%
B = 0.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#BCDB04 (or 0xBCDB04) is known color: Inch Worm. HEX triplet: BC, DB and 04. RGB value is (188,219,4). Sum of RGB (Red+Green+Blue) = 188+219+4=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDB04 is #4324FB. Grayscale: #BABABA. Windows color (decimal): -4400380 or 318396. OLE color: 318396.

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

Color convert

RGB 188 219 4 -
CMYK 0.14 0 0.98 0.14
HSL 68.65º 0.96% 0.44% -
HSV(B) 68.65º 0.98% 0.86% -
XYZ 46.09 61.36 9.53 -
YUV 185.22 25.73 129.98 -
System Red Green Blue C M Y K H S L
Decimal 188 219 4 0.14 0 0.98 0.14 68.65 0.96 0.44
Hex BC DB 4 E 0 62 E 45 60 2C
Octal 274 333 4 16 0 142 16 105 140 54
Binary 10111100 11011011 100 1110 0 1100010 1110 1000101 1100000 101100

Color Harmonies of #BCDB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB04

Black with #BCDB04

Text Example


Text Example

White with #BCDB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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