#B4DD6A

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

Shades of Conifer #B4DD6A

Tints of Conifer #B4DD6A

Color information

#B4DD6A (or 0xB4DD6A) is unknown color: approx Conifer. HEX triplet: B4, DD and 6A. RGB value is (180,221,106). Sum of RGB (Red+Green+Blue) = 180+221+106=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DD6A is #4B2295. Grayscale: #C4C4C4. Windows color (decimal): -4924054 or 7003572. OLE color: 7003572.

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

Color convert

RGB180221106-
CMYK0.1900.520.13
HSL81.39º62.84%64.12%-
HSV(B)81.39º52.04%86.67%-
XYZ47.2862.4623.2-
YUV195.6377.42116.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 221 (86.72% from 255) = 43.59%
BLUE value IS 106 (41.80% from 255) = 20.91%
R=35.50%
G=43.59%
B=20.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802211060.1900.520.1381.3962.8464.12
HexB4DD6A13034D513f40
Octal264335152230641512177100
Binary10110100110111011101010100110110100110110100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DD6A; }

 p { color: rgb(180,221,106); }

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

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

 a { background-color: rgb(180,221,106); }

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

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

 span { border-color: rgb(180,221,106); }

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