Html Css Color HEX #B0D38D Feijoa

📋 copy color: '#B0D38D'

red 176 ◦ green 211 ◦ blue 141

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

Shades of Feijoa #B0D38D

Tints of Feijoa #B0D38D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.96%

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

R = 33.33%
G = 39.96%
B = 26.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#B0D38D (or 0xB0D38D) is known color: Feijoa. HEX triplet: B0, D3 and 8D. RGB value is (176,211,141). Sum of RGB (Red+Green+Blue) = 176+211+141=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D38D is #4F2C72. Grayscale: #C0C0C0. Windows color (decimal): -5188723 or 9294768. OLE color: 9294768.

HSL color Cylindrical-coordinate representation of color #B0D38D: hue angle of 90º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0D38D is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 211 141 -
CMYK 0.17 0 0.33 0.17
HSL 90º 0.44% 0.69% -
HSV(B) 90º 0.33% 0.83% -
XYZ 46.01 57.74 33.92 -
YUV 192.56 98.9 116.19 -
System Red Green Blue C M Y K H S L
Decimal 176 211 141 0.17 0 0.33 0.17 90 0.44 0.69
Hex B0 D3 8D 11 0 21 11 5A 2C 45
Octal 260 323 215 21 0 41 21 132 54 105
Binary 10110000 11010011 10001101 10001 0 100001 10001 1011010 101100 1000101

Color Harmonies of #B0D38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D38D

Black with #B0D38D

Text Example


Text Example

White with #B0D38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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