Html Css Color HEX #BCDB06 Inch Worm

📋 copy color: '#BCDB06'

red 188 ◦ green 219 ◦ blue 6

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

Shades of Inch Worm #BCDB06

Tints of Inch Worm #BCDB06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.45%

R = 45.52%
G = 53.03%
B = 1.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#BCDB06 (or 0xBCDB06) is known color: Inch Worm. HEX triplet: BC, DB and 06. RGB value is (188,219,6). Sum of RGB (Red+Green+Blue) = 188+219+6=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 6 (2.73% from 255 or 1.45% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDB06 is #4324F9. Grayscale: #BABABA. Windows color (decimal): -4400378 or 449468. OLE color: 449468.

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

Color convert

RGB 188 219 6 -
CMYK 0.14 0 0.97 0.14
HSL 68.73º 0.95% 0.44% -
HSV(B) 68.73º 0.97% 0.86% -
XYZ 46.1 61.37 9.59 -
YUV 185.45 26.73 129.82 -
System Red Green Blue C M Y K H S L
Decimal 188 219 6 0.14 0 0.97 0.14 68.73 0.95 0.44
Hex BC DB 6 E 0 61 E 45 5F 2C
Octal 274 333 6 16 0 141 16 105 137 54
Binary 10111100 11011011 110 1110 0 1100001 1110 1000101 1011111 101100

Color Harmonies of #BCDB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB06

Black with #BCDB06

Text Example


Text Example

White with #BCDB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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