Html Css Color HEX #B0D697 Feijoa

📋 copy color: '#B0D697'

red 176 ◦ green 214 ◦ blue 151

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

Shades of Feijoa #B0D697

Tints of Feijoa #B0D697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.91%

R = 32.53%
G = 39.56%
B = 27.91%

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

#B0D697 (or 0xB0D697) is known color: Feijoa. HEX triplet: B0, D6 and 97. RGB value is (176,214,151). Sum of RGB (Red+Green+Blue) = 176+214+151=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D697 is #4F2968. Grayscale: #C3C3C3. Windows color (decimal): -5187945 or 9950896. OLE color: 9950896.

HSL color Cylindrical-coordinate representation of color #B0D697: hue angle of 96.19º 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 #B0D697 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 214 151 -
CMYK 0.18 0 0.29 0.16
HSL 96.19º 0.43% 0.72% -
HSV(B) 96.19º 0.29% 0.84% -
XYZ 47.54 59.56 38.27 -
YUV 195.46 102.91 114.12 -
System Red Green Blue C M Y K H S L
Decimal 176 214 151 0.18 0 0.29 0.16 96.19 0.43 0.72
Hex B0 D6 97 12 0 1D 10 60 2B 48
Octal 260 326 227 22 0 35 20 140 53 110
Binary 10110000 11010110 10010111 10010 0 11101 10000 1100000 101011 1001000

Color Harmonies of #B0D697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D697

Black with #B0D697

Text Example


Text Example

White with #B0D697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D697; }

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

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

background-color css

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

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

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

border-color css

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

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

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