Html Css Color HEX #B0D08A Feijoa

📋 copy color: '#B0D08A'

red 176 ◦ green 208 ◦ blue 138

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

Shades of Feijoa #B0D08A

Tints of Feijoa #B0D08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.44%

R = 33.72%
G = 39.85%
B = 26.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#B0D08A (or 0xB0D08A) is known color: Feijoa. HEX triplet: B0, D0 and 8A. RGB value is (176,208,138). Sum of RGB (Red+Green+Blue) = 176+208+138=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D08A is #4F2F75. Grayscale: #BEBEBE. Windows color (decimal): -5189494 or 9097392. OLE color: 9097392.

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

Color convert

RGB 176 208 138 -
CMYK 0.15 0 0.34 0.18
HSL 87.43º 0.43% 0.68% -
HSV(B) 87.43º 0.34% 0.82% -
XYZ 45.05 56.18 32.51 -
YUV 190.45 98.4 117.69 -
System Red Green Blue C M Y K H S L
Decimal 176 208 138 0.15 0 0.34 0.18 87.43 0.43 0.68
Hex B0 D0 8A F 0 22 12 57 2B 44
Octal 260 320 212 17 0 42 22 127 53 104
Binary 10110000 11010000 10001010 1111 0 100010 10010 1010111 101011 1000100

Color Harmonies of #B0D08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D08A

Black with #B0D08A

Text Example


Text Example

White with #B0D08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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