Html Css Color HEX #BCDB1A Inch Worm

📋 copy color: '#BCDB1A'

red 188 ◦ green 219 ◦ blue 26

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

Shades of Inch Worm #BCDB1A

Tints of Inch Worm #BCDB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6%

R = 43.42%
G = 50.58%
B = 6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#BCDB1A (or 0xBCDB1A) is known color: Inch Worm. HEX triplet: BC, DB and 1A. RGB value is (188,219,26). Sum of RGB (Red+Green+Blue) = 188+219+26=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 26 (10.55% from 255 or 6.00% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB1A is #4324E5. Grayscale: #BCBCBC. Windows color (decimal): -4400358 or 1760188. OLE color: 1760188.

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

Color convert

RGB 188 219 26 -
CMYK 0.14 0 0.88 0.14
HSL 69.64º 0.79% 0.48% -
HSV(B) 69.64º 0.88% 0.86% -
XYZ 46.26 61.43 10.4 -
YUV 187.73 36.73 128.19 -
System Red Green Blue C M Y K H S L
Decimal 188 219 26 0.14 0 0.88 0.14 69.64 0.79 0.48
Hex BC DB 1A E 0 58 E 46 4F 30
Octal 274 333 32 16 0 130 16 106 117 60
Binary 10111100 11011011 11010 1110 0 1011000 1110 1000110 1001111 110000

Color Harmonies of #BCDB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB1A

Black with #BCDB1A

Text Example


Text Example

White with #BCDB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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