Html Css Color HEX #B0D08B Feijoa

📋 copy color: '#B0D08B'

red 176 ◦ green 208 ◦ blue 139

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

Shades of Feijoa #B0D08B

Tints of Feijoa #B0D08B

RGB

 RED value IS 176 (69.14% from 255) = 33.65%

 GREEN value IS 208 (81.64% from 255) = 39.77%

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

R = 33.65%
G = 39.77%
B = 26.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#B0D08B (or 0xB0D08B) is known color: Feijoa. HEX triplet: B0, D0 and 8B. RGB value is (176,208,139). Sum of RGB (Red+Green+Blue) = 176+208+139=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D08B is #4F2F74. Grayscale: #BEBEBE. Windows color (decimal): -5189493 or 9162928. OLE color: 9162928.

HSL color Cylindrical-coordinate representation of color #B0D08B: hue angle of 87.83º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0D08B is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 208 139 -
CMYK 0.15 0 0.33 0.18
HSL 87.83º 0.42% 0.68% -
HSV(B) 87.83º 0.33% 0.82% -
XYZ 45.12 56.21 32.9 -
YUV 190.57 98.9 117.61 -
System Red Green Blue C M Y K H S L
Decimal 176 208 139 0.15 0 0.33 0.18 87.83 0.42 0.68
Hex B0 D0 8B F 0 21 12 58 2A 44
Octal 260 320 213 17 0 41 22 130 52 104
Binary 10110000 11010000 10001011 1111 0 100001 10010 1011000 101010 1000100

Color Harmonies of #B0D08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D08B

Black with #B0D08B

Text Example


Text Example

White with #B0D08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D08B; }

 p { color: rgb(176,208,139); }

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

background-color css

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

 a { background-color: rgb(176,208,139); }

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

border-color css

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

 span { border-color: rgb(176,208,139); }

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