Html Css Color HEX #BCDB0A Inch Worm

📋 copy color: '#BCDB0A'

red 188 ◦ green 219 ◦ blue 10

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

Shades of Inch Worm #BCDB0A

Tints of Inch Worm #BCDB0A

RGB

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

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

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

R = 45.08%
G = 52.52%
B = 2.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#BCDB0A (or 0xBCDB0A) is known color: Inch Worm. HEX triplet: BC, DB and 0A. RGB value is (188,219,10). Sum of RGB (Red+Green+Blue) = 188+219+10=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 10 (4.30% from 255 or 2.40% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDB0A is #4324F5. Grayscale: #BABABA. Windows color (decimal): -4400374 or 711612. OLE color: 711612.

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

Color convert

RGB 188 219 10 -
CMYK 0.14 0 0.95 0.14
HSL 68.9º 0.91% 0.45% -
HSV(B) 68.9º 0.95% 0.86% -
XYZ 46.13 61.38 9.7 -
YUV 185.91 28.73 129.49 -
System Red Green Blue C M Y K H S L
Decimal 188 219 10 0.14 0 0.95 0.14 68.9 0.91 0.45
Hex BC DB A E 0 5F E 45 5B 2D
Octal 274 333 12 16 0 137 16 105 133 55
Binary 10111100 11011011 1010 1110 0 1011111 1110 1000101 1011011 101101

Color Harmonies of #BCDB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB0A

Black with #BCDB0A

Text Example


Text Example

White with #BCDB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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