Html Css Color HEX #BCDB1B Inch Worm

📋 copy color: '#BCDB1B'

red 188 ◦ green 219 ◦ blue 27

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

Shades of Inch Worm #BCDB1B

Tints of Inch Worm #BCDB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.22%

R = 43.32%
G = 50.46%
B = 6.22%

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

#BCDB1B (or 0xBCDB1B) is known color: Inch Worm. HEX triplet: BC, DB and 1B. RGB value is (188,219,27). Sum of RGB (Red+Green+Blue) = 188+219+27=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 27 (10.94% from 255 or 6.22% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB1B is #4324E4. Grayscale: #BCBCBC. Windows color (decimal): -4400357 or 1825724. OLE color: 1825724.

HSL color Cylindrical-coordinate representation of color #BCDB1B: hue angle of 69.69º degrees, saturation: 0.78, 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 #BCDB1B is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 27 -
CMYK 0.14 0 0.88 0.14
HSL 69.69º 0.78% 0.48% -
HSV(B) 69.69º 0.88% 0.86% -
XYZ 46.27 61.43 10.46 -
YUV 187.84 37.23 128.11 -
System Red Green Blue C M Y K H S L
Decimal 188 219 27 0.14 0 0.88 0.14 69.69 0.78 0.48
Hex BC DB 1B E 0 58 E 46 4E 30
Octal 274 333 33 16 0 130 16 106 116 60
Binary 10111100 11011011 11011 1110 0 1011000 1110 1000110 1001110 110000

Color Harmonies of #BCDB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB1B

Black with #BCDB1B

Text Example


Text Example

White with #BCDB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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