Html Css Color HEX #B5DA8E Feijoa

📋 copy color: '#B5DA8E'

red 181 ◦ green 218 ◦ blue 142

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

Shades of Feijoa #B5DA8E

Tints of Feijoa #B5DA8E

RGB

 RED value IS 181 (71.09% from 255) = 33.46%

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

 BLUE value IS 142 (55.86% from 255) = 26.25%

R = 33.46%
G = 40.3%
B = 26.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#B5DA8E (or 0xB5DA8E) is known color: Feijoa. HEX triplet: B5, DA and 8E. RGB value is (181,218,142). Sum of RGB (Red+Green+Blue) = 181+218+142=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DA8E is #4A2571. Grayscale: #C6C6C6. Windows color (decimal): -4859250 or 9362101. OLE color: 9362101.

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

Color convert

RGB 181 218 142 -
CMYK 0.17 0 0.35 0.15
HSL 89.21º 0.51% 0.71% -
HSV(B) 89.21º 0.35% 0.85% -
XYZ 49.01 61.92 34.96 -
YUV 198.27 96.24 115.68 -
System Red Green Blue C M Y K H S L
Decimal 181 218 142 0.17 0 0.35 0.15 89.21 0.51 0.71
Hex B5 DA 8E 11 0 23 F 59 33 47
Octal 265 332 216 21 0 43 17 131 63 107
Binary 10110101 11011010 10001110 10001 0 100011 1111 1011001 110011 1000111

Color Harmonies of #B5DA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DA8E

Black with #B5DA8E

Text Example


Text Example

White with #B5DA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DA8E; }

 p { color: rgb(181,218,142); }

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

background-color css

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

 a { background-color: rgb(181,218,142); }

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

border-color css

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

 span { border-color: rgb(181,218,142); }

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