Html Css Color HEX #B4D96F Conifer

📋 copy color: '#B4D96F'

red 180 ◦ green 217 ◦ blue 111

#B4D96F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #B4D96F

Tints of Conifer #B4D96F

RGB

 RED value IS 180 (70.7% from 255) = 35.43%

 GREEN value IS 217 (85.16% from 255) = 42.72%

 BLUE value IS 111 (43.75% from 255) = 21.85%

R = 35.43%
G = 42.72%
B = 21.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#B4D96F (or 0xB4D96F) is known color: Conifer. HEX triplet: B4, D9 and 6F. RGB value is (180,217,111). Sum of RGB (Red+Green+Blue) = 180+217+111=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D96F is #4B2690. Grayscale: #C2C2C2. Windows color (decimal): -4925073 or 7330228. OLE color: 7330228.

HSL color Cylindrical-coordinate representation of color #B4D96F: hue angle of 80.94º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4D96F is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 217 111 -
CMYK 0.17 0 0.49 0.15
HSL 80.94º 0.58% 0.64% -
HSV(B) 80.94º 0.49% 0.85% -
XYZ 46.5 60.48 24.26 -
YUV 193.85 81.24 118.12 -
System Red Green Blue C M Y K H S L
Decimal 180 217 111 0.17 0 0.49 0.15 80.94 0.58 0.64
Hex B4 D9 6F 11 0 31 F 51 3A 40
Octal 264 331 157 21 0 61 17 121 72 100
Binary 10110100 11011001 1101111 10001 0 110001 1111 1010001 111010 1000000

Color Harmonies of #B4D96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D96F

Black with #B4D96F

Text Example


Text Example

White with #B4D96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D96F; }

 p { color: rgb(180,217,111); }

 H1.HeaderClassName
 {
   color: #B4D96F;
 }
 .AnyTagClassName
 {
   color: #B4D96F;
 }
</style>

background-color css

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

 a { background-color: rgb(180,217,111); }

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

border-color css

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

 span { border-color: rgb(180,217,111); }

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