Html Css Color HEX #B0DA7B Feijoa

📋 copy color: '#B0DA7B'

red 176 ◦ green 218 ◦ blue 123

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

Shades of Feijoa #B0DA7B

Tints of Feijoa #B0DA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.79%

R = 34.04%
G = 42.17%
B = 23.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#B0DA7B (or 0xB0DA7B) is known color: Feijoa. HEX triplet: B0, DA and 7B. RGB value is (176,218,123). Sum of RGB (Red+Green+Blue) = 176+218+123=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA7B is #4F2584. Grayscale: #C2C2C2. Windows color (decimal): -5186949 or 8116912. OLE color: 8116912.

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

Color convert

RGB 176 218 123 -
CMYK 0.19 0 0.44 0.15
HSL 86.53º 0.56% 0.67% -
HSV(B) 86.53º 0.44% 0.85% -
XYZ 46.55 60.8 28.02 -
YUV 194.61 87.59 114.72 -
System Red Green Blue C M Y K H S L
Decimal 176 218 123 0.19 0 0.44 0.15 86.53 0.56 0.67
Hex B0 DA 7B 13 0 2C F 57 38 43
Octal 260 332 173 23 0 54 17 127 70 103
Binary 10110000 11011010 1111011 10011 0 101100 1111 1010111 111000 1000011

Color Harmonies of #B0DA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA7B

Black with #B0DA7B

Text Example


Text Example

White with #B0DA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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