Html Css Color HEX #B0D08D Feijoa

📋 copy color: '#B0D08D'

red 176 ◦ green 208 ◦ blue 141

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

Shades of Feijoa #B0D08D

Tints of Feijoa #B0D08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.86%

R = 33.52%
G = 39.62%
B = 26.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#B0D08D (or 0xB0D08D) is known color: Feijoa. HEX triplet: B0, D0 and 8D. RGB value is (176,208,141). Sum of RGB (Red+Green+Blue) = 176+208+141=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D08D is #4F2F72. Grayscale: #BFBFBF. Windows color (decimal): -5189491 or 9294000. OLE color: 9294000.

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

Color convert

RGB 176 208 141 -
CMYK 0.15 0 0.32 0.18
HSL 88.66º 0.42% 0.68% -
HSV(B) 88.66º 0.32% 0.82% -
XYZ 45.27 56.26 33.67 -
YUV 190.79 99.9 117.45 -
System Red Green Blue C M Y K H S L
Decimal 176 208 141 0.15 0 0.32 0.18 88.66 0.42 0.68
Hex B0 D0 8D F 0 20 12 59 2A 44
Octal 260 320 215 17 0 40 22 131 52 104
Binary 10110000 11010000 10001101 1111 0 100000 10010 1011001 101010 1000100

Color Harmonies of #B0D08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D08D

Black with #B0D08D

Text Example


Text Example

White with #B0D08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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