Html Css Color HEX #BCDA1B Inch Worm

📋 copy color: '#BCDA1B'

red 188 ◦ green 218 ◦ blue 27

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

Shades of Inch Worm #BCDA1B

Tints of Inch Worm #BCDA1B

RGB

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

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

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

R = 43.42%
G = 50.35%
B = 6.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#BCDA1B (or 0xBCDA1B) is known color: Inch Worm. HEX triplet: BC, DA and 1B. RGB value is (188,218,27). Sum of RGB (Red+Green+Blue) = 188+218+27=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 27 (10.94% from 255 or 6.24% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA1B is #4325E4. Grayscale: #BBBBBB. Windows color (decimal): -4400613 or 1825468. OLE color: 1825468.

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

Color convert

RGB 188 218 27 -
CMYK 0.14 0 0.88 0.15
HSL 69.42º 0.78% 0.48% -
HSV(B) 69.42º 0.88% 0.85% -
XYZ 46.01 60.91 10.37 -
YUV 187.26 37.56 128.53 -
System Red Green Blue C M Y K H S L
Decimal 188 218 27 0.14 0 0.88 0.15 69.42 0.78 0.48
Hex BC DA 1B E 0 58 F 45 4E 30
Octal 274 332 33 16 0 130 17 105 116 60
Binary 10111100 11011010 11011 1110 0 1011000 1111 1000101 1001110 110000

Color Harmonies of #BCDA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA1B

Black with #BCDA1B

Text Example


Text Example

White with #BCDA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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