#B4D25D

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

Shades of Conifer #B4D25D

Tints of Conifer #B4D25D

Color information

#B4D25D (or 0xB4D25D) is unknown color: approx Conifer. HEX triplet: B4, D2 and 5D. RGB value is (180,210,93). Sum of RGB (Red+Green+Blue) = 180+210+93=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D25D is #4B2DA2. Grayscale: #BCBCBC. Windows color (decimal): -4926883 or 6148788. OLE color: 6148788.

HSL color Cylindrical-coordinate representation of color #B4D25D: hue angle of 75.38º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4D25D is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB18021093-
CMYK0.1400.560.18
HSL75.38º56.52%59.41%-
HSV(B)75.38º55.71%82.35%-
XYZ43.8456.5918.97-
YUV187.6974.56122.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 210 (82.42% from 255) = 43.48%
BLUE value IS 93 (36.72% from 255) = 19.25%
R=37.27%
G=43.48%
B=19.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180210930.1400.560.1875.3856.5259.41
HexB4D25DE038124b393b
Octal26432213516070221137173
Binary1011010011010010101110111100111000100101001011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D25D; }

 p { color: rgb(180,210,93); }

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

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

 a { background-color: rgb(180,210,93); }

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

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

 span { border-color: rgb(180,210,93); }

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