#B4E669

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

Shades of Conifer #B4E669

Tints of Conifer #B4E669

Color information

#B4E669 (or 0xB4E669) is unknown color: approx Conifer. HEX triplet: B4, E6 and 69. RGB value is (180,230,105). Sum of RGB (Red+Green+Blue) = 180+230+105=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 105 (41.41% from 255 or 20.39% from 515); Max value from RGB is 230 - color contains mainly: green. Hex color #B4E669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4E669 is #4B1996. Grayscale: #C9C9C9. Windows color (decimal): -4921751 or 6940340. OLE color: 6940340.

HSL color Cylindrical-coordinate representation of color #B4E669: hue angle of 84º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4E669 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB180230105-
CMYK0.2200.540.10
HSL84º71.43%65.69%-
HSV(B)84º54.35%90.2%-
XYZ49.6767.3223.74-
YUV200.873.94113.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 230 (90.23% from 255) = 44.66%
BLUE value IS 105 (41.41% from 255) = 20.39%
R=34.95%
G=44.66%
B=20.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1802301050.2200.540.108471.4365.69
HexB4E66916036A544742
Octal2643461512606612124107102
Binary101101001110011011010011011001101101010101010010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E669; }

 p { color: rgb(180,230,105); }

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

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

 a { background-color: rgb(180,230,105); }

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

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

 span { border-color: rgb(180,230,105); }

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