Html Css Color HEX #BCDA06 Inch Worm

📋 copy color: '#BCDA06'

red 188 ◦ green 218 ◦ blue 6

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

Shades of Inch Worm #BCDA06

Tints of Inch Worm #BCDA06

RGB

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

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

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

R = 45.63%
G = 52.91%
B = 1.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#BCDA06 (or 0xBCDA06) is known color: Inch Worm. HEX triplet: BC, DA and 06. RGB value is (188,218,6). Sum of RGB (Red+Green+Blue) = 188+218+6=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 218 (85.55% from 255 or 52.91% from 412); Blue value is 6 (2.73% from 255 or 1.46% from 412); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDA06 is #4325F9. Grayscale: #B9B9B9. Windows color (decimal): -4400634 or 449212. OLE color: 449212.

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

Color convert

RGB 188 218 6 -
CMYK 0.14 0 0.97 0.15
HSL 68.49º 0.95% 0.44% -
HSV(B) 68.49º 0.97% 0.85% -
XYZ 45.84 60.85 9.5 -
YUV 184.86 27.06 130.24 -
System Red Green Blue C M Y K H S L
Decimal 188 218 6 0.14 0 0.97 0.15 68.49 0.95 0.44
Hex BC DA 6 E 0 61 F 44 5F 2C
Octal 274 332 6 16 0 141 17 104 137 54
Binary 10111100 11011010 110 1110 0 1100001 1111 1000100 1011111 101100

Color Harmonies of #BCDA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA06

Black with #BCDA06

Text Example


Text Example

White with #BCDA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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