Html Css Color HEX #B0D48A Feijoa

📋 copy color: '#B0D48A'

red 176 ◦ green 212 ◦ blue 138

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

Shades of Feijoa #B0D48A

Tints of Feijoa #B0D48A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.3%

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

R = 33.46%
G = 40.3%
B = 26.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#B0D48A (or 0xB0D48A) is known color: Feijoa. HEX triplet: B0, D4 and 8A. RGB value is (176,212,138). Sum of RGB (Red+Green+Blue) = 176+212+138=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #B0D48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D48A is #4F2B75. Grayscale: #C1C1C1. Windows color (decimal): -5188470 or 9098416. OLE color: 9098416.

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

Color convert

RGB 176 212 138 -
CMYK 0.17 0 0.35 0.17
HSL 89.19º 0.46% 0.69% -
HSV(B) 89.19º 0.35% 0.83% -
XYZ 46.04 58.15 32.84 -
YUV 192.8 97.07 116.02 -
System Red Green Blue C M Y K H S L
Decimal 176 212 138 0.17 0 0.35 0.17 89.19 0.46 0.69
Hex B0 D4 8A 11 0 23 11 59 2E 45
Octal 260 324 212 21 0 43 21 131 56 105
Binary 10110000 11010100 10001010 10001 0 100011 10001 1011001 101110 1000101

Color Harmonies of #B0D48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D48A

Black with #B0D48A

Text Example


Text Example

White with #B0D48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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