#b8d755

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

Shades of Conifer #B8D755

Tints of Conifer #B8D755

Color information

#B8D755 (or 0xB8D755) is unknown color: approx Conifer. HEX triplet: B8, D7 and 55. RGB value is (184,215,85). Sum of RGB (Red+Green+Blue) = 184+215+85=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D755 is #4728AA. Grayscale: #BFBFBF. Windows color (decimal): -4663467 or 5625784. OLE color: 5625784.

HSL color Cylindrical-coordinate representation of color #B8D755: hue angle of 74.31º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8D755 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB18421585-
CMYK0.1400.600.16
HSL74.31º61.9%58.82%-
HSV(B)74.31º60.47%84.31%-
XYZ45.7159.4517.66-
YUV190.9168.23123.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.02%
GREEN value IS 215 (84.38% from 255) = 44.42%
BLUE value IS 85 (33.59% from 255) = 17.56%
R=38.02%
G=44.42%
B=17.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal184215850.1400.600.1674.3161.958.82
HexB8D755E03C104a3e3b
Octal27032712516074201127673
Binary1011100011010111101010111100111100100001001010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8d755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8d755; }

 p { color: rgb(184,215,85); }

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

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

 a { background-color: rgb(184,215,85); }

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

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

 span { border-color: rgb(184,215,85); }

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