Html Css Color HEX #B4DA6E Conifer

📋 copy color: '#B4DA6E'

red 180 ◦ green 218 ◦ blue 110

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

Shades of Conifer #B4DA6E

Tints of Conifer #B4DA6E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.91%

 BLUE value IS 110 (43.36% from 255) = 21.65%

R = 35.43%
G = 42.91%
B = 21.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#B4DA6E (or 0xB4DA6E) is known color: Conifer. HEX triplet: B4, DA and 6E. RGB value is (180,218,110). Sum of RGB (Red+Green+Blue) = 180+218+110=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DA6E is #4B2591. Grayscale: #C2C2C2. Windows color (decimal): -4924818 or 7264948. OLE color: 7264948.

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

Color convert

RGB 180 218 110 -
CMYK 0.17 0 0.50 0.15
HSL 81.11º 0.59% 0.64% -
HSV(B) 81.11º 0.5% 0.85% -
XYZ 46.71 60.97 24.06 -
YUV 194.33 80.41 117.78 -
System Red Green Blue C M Y K H S L
Decimal 180 218 110 0.17 0 0.50 0.15 81.11 0.59 0.64
Hex B4 DA 6E 11 0 32 F 51 3B 40
Octal 264 332 156 21 0 62 17 121 73 100
Binary 10110100 11011010 1101110 10001 0 110010 1111 1010001 111011 1000000

Color Harmonies of #B4DA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DA6E

Black with #B4DA6E

Text Example


Text Example

White with #B4DA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DA6E; }

 p { color: rgb(180,218,110); }

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

background-color css

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

 a { background-color: rgb(180,218,110); }

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

border-color css

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

 span { border-color: rgb(180,218,110); }

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