#BDFB1A

Color #BDFB1A Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #BDFB1A

Tints of Inch Worm #BDFB1A

Color information

#BDFB1A (or 0xBDFB1A) is unknown color: approx Inch Worm. HEX triplet: BD, FB and 1A. RGB value is (189,251,26). Sum of RGB (Red+Green+Blue) = 189+251+26=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 251 (98.44% from 255 or 53.86% from 466); Blue value is 26 (10.55% from 255 or 5.58% from 466); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFB1A is #4204E5. Grayscale: #CFCFCF. Windows color (decimal): -4326630 or 1768381. OLE color: 1768381.

HSL color Cylindrical-coordinate representation of color #BDFB1A: hue angle of 76.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDFB1A is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB18925126-
CMYK0.2500.900.02
HSL76.53º96.57%54.31%-
HSV(B)76.53º89.64%98.43%-
XYZ55.6779.8913.46-
YUV206.8125.96115.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.56%
GREEN value IS 251 (98.44% from 255) = 53.86%
BLUE value IS 26 (10.55% from 255) = 5.58%
R=40.56%
G=53.86%
B=5.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal189251260.2500.900.0276.5396.5754.31
HexBDFB1A1905A24d6136
Octal27537332310132211514166
Binary10111101111110111101011001010110101010011011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFB1A; }

 p { color: rgb(189,251,26); }

 H1.HeaderClassName
 {
   color: #BDFB1A;
 }
 .AnyTagClassName
 {
   color: #BDFB1A;
 }
</style>
background-color css

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

 a { background-color: rgb(189,251,26); }

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

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

 span { border-color: rgb(189,251,26); }

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