Html Css Color HEX #B4DA8B Feijoa

📋 copy color: '#B4DA8B'

red 180 ◦ green 218 ◦ blue 139

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

Shades of Feijoa #B4DA8B

Tints of Feijoa #B4DA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.88%

R = 33.52%
G = 40.6%
B = 25.88%

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

#B4DA8B (or 0xB4DA8B) is known color: Feijoa. HEX triplet: B4, DA and 8B. RGB value is (180,218,139). Sum of RGB (Red+Green+Blue) = 180+218+139=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DA8B is #4B2574. Grayscale: #C5C5C5. Windows color (decimal): -4924789 or 9165492. OLE color: 9165492.

HSL color Cylindrical-coordinate representation of color #B4DA8B: hue angle of 88.86º degrees, saturation: 0.52, 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 #B4DA8B is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 218 139 -
CMYK 0.17 0 0.36 0.15
HSL 88.86º 0.52% 0.7% -
HSV(B) 88.86º 0.36% 0.85% -
XYZ 48.55 61.71 33.78 -
YUV 197.63 94.91 115.42 -
System Red Green Blue C M Y K H S L
Decimal 180 218 139 0.17 0 0.36 0.15 88.86 0.52 0.7
Hex B4 DA 8B 11 0 24 F 59 34 46
Octal 264 332 213 21 0 44 17 131 64 106
Binary 10110100 11011010 10001011 10001 0 100100 1111 1011001 110100 1000110

Color Harmonies of #B4DA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DA8B

Black with #B4DA8B

Text Example


Text Example

White with #B4DA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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