Html Css Color HEX #B0DA7E Feijoa

📋 copy color: '#B0DA7E'

red 176 ◦ green 218 ◦ blue 126

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

Shades of Feijoa #B0DA7E

Tints of Feijoa #B0DA7E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.92%

 BLUE value IS 126 (49.61% from 255) = 24.23%

R = 33.85%
G = 41.92%
B = 24.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#B0DA7E (or 0xB0DA7E) is known color: Feijoa. HEX triplet: B0, DA and 7E. RGB value is (176,218,126). Sum of RGB (Red+Green+Blue) = 176+218+126=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA7E is #4F2581. Grayscale: #C3C3C3. Windows color (decimal): -5186946 or 8313520. OLE color: 8313520.

HSL color Cylindrical-coordinate representation of color #B0DA7E: hue angle of 87.39º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0DA7E is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 218 126 -
CMYK 0.19 0 0.42 0.15
HSL 87.39º 0.55% 0.67% -
HSV(B) 87.39º 0.42% 0.85% -
XYZ 46.74 60.88 29.03 -
YUV 194.95 89.09 114.48 -
System Red Green Blue C M Y K H S L
Decimal 176 218 126 0.19 0 0.42 0.15 87.39 0.55 0.67
Hex B0 DA 7E 13 0 2A F 57 37 43
Octal 260 332 176 23 0 52 17 127 67 103
Binary 10110000 11011010 1111110 10011 0 101010 1111 1010111 110111 1000011

Color Harmonies of #B0DA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA7E

Black with #B0DA7E

Text Example


Text Example

White with #B0DA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA7E; }

 p { color: rgb(176,218,126); }

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

background-color css

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

 a { background-color: rgb(176,218,126); }

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

border-color css

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

 span { border-color: rgb(176,218,126); }

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