Html Css Color HEX #BCDA09 Inch Worm

📋 copy color: '#BCDA09'

red 188 ◦ green 218 ◦ blue 9

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

Shades of Inch Worm #BCDA09

Tints of Inch Worm #BCDA09

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.53%

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

R = 45.3%
G = 52.53%
B = 2.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#BCDA09 (or 0xBCDA09) is known color: Inch Worm. HEX triplet: BC, DA and 09. RGB value is (188,218,9). Sum of RGB (Red+Green+Blue) = 188+218+9=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 218 (85.55% from 255 or 52.53% from 415); Blue value is 9 (3.91% from 255 or 2.17% from 415); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDA09 is #4325F6. Grayscale: #BABABA. Windows color (decimal): -4400631 or 645820. OLE color: 645820.

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

Color convert

RGB 188 218 9 -
CMYK 0.14 0 0.96 0.15
HSL 68.61º 0.92% 0.45% -
HSV(B) 68.61º 0.96% 0.85% -
XYZ 45.86 60.85 9.59 -
YUV 185.2 28.56 129.99 -
System Red Green Blue C M Y K H S L
Decimal 188 218 9 0.14 0 0.96 0.15 68.61 0.92 0.45
Hex BC DA 9 E 0 60 F 45 5C 2D
Octal 274 332 11 16 0 140 17 105 134 55
Binary 10111100 11011010 1001 1110 0 1100000 1111 1000101 1011100 101101

Color Harmonies of #BCDA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA09

Black with #BCDA09

Text Example


Text Example

White with #BCDA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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