#B8D645

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

Shades of Conifer #B8D645

Tints of Conifer #B8D645

Color information

#B8D645 (or 0xB8D645) is unknown color: approx Conifer. HEX triplet: B8, D6 and 45. RGB value is (184,214,69). Sum of RGB (Red+Green+Blue) = 184+214+69=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D645 is #4729BA. Grayscale: #BDBDBD. Windows color (decimal): -4663739 or 4576952. OLE color: 4576952.

HSL color Cylindrical-coordinate representation of color #B8D645: hue angle of 72.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8D645 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB18421469-
CMYK0.1400.680.16
HSL72.41º63.88%55.49%-
HSV(B)72.41º67.76%83.92%-
XYZ44.8958.7114.6-
YUV188.560.56124.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.40%
GREEN value IS 214 (83.98% from 255) = 45.82%
BLUE value IS 69 (27.34% from 255) = 14.78%
R=39.40%
G=45.82%
B=14.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal184214690.1400.680.1672.4163.8855.49
HexB8D645E04410484037
Octal2703261051601042011010067
Binary101110001101011010001011110010001001000010010001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D645; }

 p { color: rgb(184,214,69); }

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

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

 a { background-color: rgb(184,214,69); }

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

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

 span { border-color: rgb(184,214,69); }

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