Html Css Color HEX #BCDA08 Inch Worm

📋 copy color: '#BCDA08'

red 188 ◦ green 218 ◦ blue 8

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

Shades of Inch Worm #BCDA08

Tints of Inch Worm #BCDA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.93%

R = 45.41%
G = 52.66%
B = 1.93%

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

#BCDA08 (or 0xBCDA08) is known color: Inch Worm. HEX triplet: BC, DA and 08. RGB value is (188,218,8). Sum of RGB (Red+Green+Blue) = 188+218+8=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 218 (85.55% from 255 or 52.66% from 414); Blue value is 8 (3.52% from 255 or 1.93% from 414); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDA08 is #4325F7. Grayscale: #B9B9B9. Windows color (decimal): -4400632 or 580284. OLE color: 580284.

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

Color convert

RGB 188 218 8 -
CMYK 0.14 0 0.96 0.15
HSL 68.57º 0.93% 0.44% -
HSV(B) 68.57º 0.96% 0.85% -
XYZ 45.85 60.85 9.56 -
YUV 185.09 28.06 130.08 -
System Red Green Blue C M Y K H S L
Decimal 188 218 8 0.14 0 0.96 0.15 68.57 0.93 0.44
Hex BC DA 8 E 0 60 F 45 5D 2C
Octal 274 332 10 16 0 140 17 105 135 54
Binary 10111100 11011010 1000 1110 0 1100000 1111 1000101 1011101 101100

Color Harmonies of #BCDA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA08

Black with #BCDA08

Text Example


Text Example

White with #BCDA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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