Html Css Color HEX #B0D67A Feijoa

📋 copy color: '#B0D67A'

red 176 ◦ green 214 ◦ blue 122

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

Shades of Feijoa #B0D67A

Tints of Feijoa #B0D67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.83%

R = 34.38%
G = 41.8%
B = 23.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#B0D67A (or 0xB0D67A) is known color: Feijoa. HEX triplet: B0, D6 and 7A. RGB value is (176,214,122). Sum of RGB (Red+Green+Blue) = 176+214+122=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D67A is #4F2985. Grayscale: #C0C0C0. Windows color (decimal): -5187974 or 8050352. OLE color: 8050352.

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

Color convert

RGB 176 214 122 -
CMYK 0.18 0 0.43 0.16
HSL 84.78º 0.53% 0.66% -
HSV(B) 84.78º 0.43% 0.84% -
XYZ 45.46 58.73 27.35 -
YUV 192.15 88.41 116.48 -
System Red Green Blue C M Y K H S L
Decimal 176 214 122 0.18 0 0.43 0.16 84.78 0.53 0.66
Hex B0 D6 7A 12 0 2B 10 55 35 42
Octal 260 326 172 22 0 53 20 125 65 102
Binary 10110000 11010110 1111010 10010 0 101011 10000 1010101 110101 1000010

Color Harmonies of #B0D67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D67A

Black with #B0D67A

Text Example


Text Example

White with #B0D67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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