Html Css Color HEX #BCDB09 Inch Worm

📋 copy color: '#BCDB09'

red 188 ◦ green 219 ◦ blue 9

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

Shades of Inch Worm #BCDB09

Tints of Inch Worm #BCDB09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.16%

R = 45.19%
G = 52.64%
B = 2.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#BCDB09 (or 0xBCDB09) is known color: Inch Worm. HEX triplet: BC, DB and 09. RGB value is (188,219,9). Sum of RGB (Red+Green+Blue) = 188+219+9=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 9 (3.91% from 255 or 2.16% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDB09 is #4324F6. Grayscale: #BABABA. Windows color (decimal): -4400375 or 646076. OLE color: 646076.

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

Color convert

RGB 188 219 9 -
CMYK 0.14 0 0.96 0.14
HSL 68.86º 0.92% 0.45% -
HSV(B) 68.86º 0.96% 0.86% -
XYZ 46.12 61.37 9.67 -
YUV 185.79 28.23 129.58 -
System Red Green Blue C M Y K H S L
Decimal 188 219 9 0.14 0 0.96 0.14 68.86 0.92 0.45
Hex BC DB 9 E 0 60 E 45 5C 2D
Octal 274 333 11 16 0 140 16 105 134 55
Binary 10111100 11011011 1001 1110 0 1100000 1110 1000101 1011100 101101

Color Harmonies of #BCDB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB09

Black with #BCDB09

Text Example


Text Example

White with #BCDB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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