#b1de69

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

Shades of Conifer #B1DE69

Tints of Conifer #B1DE69

Color information

#B1DE69 (or 0xB1DE69) is unknown color: approx Conifer. HEX triplet: B1, DE and 69. RGB value is (177,222,105). Sum of RGB (Red+Green+Blue) = 177+222+105=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DE69 is #4E2196. Grayscale: #C3C3C3. Windows color (decimal): -5120407 or 6938289. OLE color: 6938289.

HSL color Cylindrical-coordinate representation of color #B1DE69: hue angle of 83.08º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1DE69 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB177222105-
CMYK0.2000.530.13
HSL83.08º63.93%64.12%-
HSV(B)83.08º52.7%87.06%-
XYZ46.862.6122.98-
YUV195.2177.09115.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 222 (87.11% from 255) = 44.05%
BLUE value IS 105 (41.41% from 255) = 20.83%
R=35.12%
G=44.05%
B=20.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772221050.2000.530.1383.0863.9364.12
HexB1DE6914035D534040
Octal2613361512406515123100100
Binary101100011101111011010011010001101011101101001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1de69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1de69; }

 p { color: rgb(177,222,105); }

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

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

 a { background-color: rgb(177,222,105); }

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

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

 span { border-color: rgb(177,222,105); }

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