Html Css Color HEX #BCDA0A Inch Worm

📋 copy color: '#BCDA0A'

red 188 ◦ green 218 ◦ blue 10

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

Shades of Inch Worm #BCDA0A

Tints of Inch Worm #BCDA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.4%

R = 45.19%
G = 52.4%
B = 2.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#BCDA0A (or 0xBCDA0A) is known color: Inch Worm. HEX triplet: BC, DA and 0A. RGB value is (188,218,10). Sum of RGB (Red+Green+Blue) = 188+218+10=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDA0A is #4325F5. Grayscale: #BABABA. Windows color (decimal): -4400630 or 711356. OLE color: 711356.

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

Color convert

RGB 188 218 10 -
CMYK 0.14 0 0.95 0.15
HSL 68.65º 0.91% 0.45% -
HSV(B) 68.65º 0.95% 0.85% -
XYZ 45.87 60.86 9.62 -
YUV 185.32 29.06 129.91 -
System Red Green Blue C M Y K H S L
Decimal 188 218 10 0.14 0 0.95 0.15 68.65 0.91 0.45
Hex BC DA A E 0 5F F 45 5B 2D
Octal 274 332 12 16 0 137 17 105 133 55
Binary 10111100 11011010 1010 1110 0 1011111 1111 1000101 1011011 101101

Color Harmonies of #BCDA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA0A

Black with #BCDA0A

Text Example


Text Example

White with #BCDA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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