Html Css Color HEX #B0D698 Feijoa

📋 copy color: '#B0D698'

red 176 ◦ green 214 ◦ blue 152

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

Shades of Feijoa #B0D698

Tints of Feijoa #B0D698

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.48%

 BLUE value IS 152 (59.77% from 255) = 28.04%

R = 32.47%
G = 39.48%
B = 28.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#B0D698 (or 0xB0D698) is known color: Feijoa. HEX triplet: B0, D6 and 98. RGB value is (176,214,152). Sum of RGB (Red+Green+Blue) = 176+214+152=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D698 is #4F2967. Grayscale: #C3C3C3. Windows color (decimal): -5187944 or 10016432. OLE color: 10016432.

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

Color convert

RGB 176 214 152 -
CMYK 0.18 0 0.29 0.16
HSL 96.77º 0.43% 0.72% -
HSV(B) 96.77º 0.29% 0.84% -
XYZ 47.62 59.59 38.7 -
YUV 195.57 103.41 114.04 -
System Red Green Blue C M Y K H S L
Decimal 176 214 152 0.18 0 0.29 0.16 96.77 0.43 0.72
Hex B0 D6 98 12 0 1D 10 61 2B 48
Octal 260 326 230 22 0 35 20 141 53 110
Binary 10110000 11010110 10011000 10010 0 11101 10000 1100001 101011 1001000

Color Harmonies of #B0D698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D698

Black with #B0D698

Text Example


Text Example

White with #B0D698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D698; }

 p { color: rgb(176,214,152); }

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

background-color css

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

 a { background-color: rgb(176,214,152); }

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

border-color css

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

 span { border-color: rgb(176,214,152); }

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