Html Css Color HEX #B4DA8C Feijoa

📋 copy color: '#B4DA8C'

red 180 ◦ green 218 ◦ blue 140

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

Shades of Feijoa #B4DA8C

Tints of Feijoa #B4DA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.02%

R = 33.46%
G = 40.52%
B = 26.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#B4DA8C (or 0xB4DA8C) is known color: Feijoa. HEX triplet: B4, DA and 8C. RGB value is (180,218,140). Sum of RGB (Red+Green+Blue) = 180+218+140=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DA8C is #4B2573. Grayscale: #C6C6C6. Windows color (decimal): -4924788 or 9231028. OLE color: 9231028.

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

Color convert

RGB 180 218 140 -
CMYK 0.17 0 0.36 0.15
HSL 89.23º 0.51% 0.7% -
HSV(B) 89.23º 0.36% 0.85% -
XYZ 48.63 61.74 34.16 -
YUV 197.75 95.41 115.34 -
System Red Green Blue C M Y K H S L
Decimal 180 218 140 0.17 0 0.36 0.15 89.23 0.51 0.7
Hex B4 DA 8C 11 0 24 F 59 33 46
Octal 264 332 214 21 0 44 17 131 63 106
Binary 10110100 11011010 10001100 10001 0 100100 1111 1011001 110011 1000110

Color Harmonies of #B4DA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DA8C

Black with #B4DA8C

Text Example


Text Example

White with #B4DA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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