Html Css Color HEX #B0D599 Feijoa

📋 copy color: '#B0D599'

red 176 ◦ green 213 ◦ blue 153

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

Shades of Feijoa #B0D599

Tints of Feijoa #B0D599

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.3%

 BLUE value IS 153 (60.16% from 255) = 28.23%

R = 32.47%
G = 39.3%
B = 28.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#B0D599 (or 0xB0D599) is known color: Feijoa. HEX triplet: B0, D5 and 99. RGB value is (176,213,153). Sum of RGB (Red+Green+Blue) = 176+213+153=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D599 is #4F2A66. Grayscale: #C3C3C3. Windows color (decimal): -5188199 or 10081712. OLE color: 10081712.

HSL color Cylindrical-coordinate representation of color #B0D599: hue angle of 97º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0D599 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 213 153 -
CMYK 0.17 0 0.28 0.16
HSL 97º 0.42% 0.72% -
HSV(B) 97º 0.28% 0.84% -
XYZ 47.45 59.12 39.05 -
YUV 195.1 104.24 114.38 -
System Red Green Blue C M Y K H S L
Decimal 176 213 153 0.17 0 0.28 0.16 97 0.42 0.72
Hex B0 D5 99 11 0 1C 10 61 2A 48
Octal 260 325 231 21 0 34 20 141 52 110
Binary 10110000 11010101 10011001 10001 0 11100 10000 1100001 101010 1001000

Color Harmonies of #B0D599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D599

Black with #B0D599

Text Example


Text Example

White with #B0D599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D599; }

 p { color: rgb(176,213,153); }

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

background-color css

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

 a { background-color: rgb(176,213,153); }

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

border-color css

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

 span { border-color: rgb(176,213,153); }

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