Html Css Color HEX #B0D67B Feijoa

📋 copy color: '#B0D67B'

red 176 ◦ green 214 ◦ blue 123

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

Shades of Feijoa #B0D67B

Tints of Feijoa #B0D67B

RGB

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

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

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

R = 34.31%
G = 41.72%
B = 23.98%

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

#B0D67B (or 0xB0D67B) is known color: Feijoa. HEX triplet: B0, D6 and 7B. RGB value is (176,214,123). Sum of RGB (Red+Green+Blue) = 176+214+123=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D67B is #4F2984. Grayscale: #C0C0C0. Windows color (decimal): -5187973 or 8115888. OLE color: 8115888.

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

Color convert

RGB 176 214 123 -
CMYK 0.18 0 0.43 0.16
HSL 85.05º 0.53% 0.66% -
HSV(B) 85.05º 0.43% 0.84% -
XYZ 45.53 58.75 27.68 -
YUV 192.26 88.91 116.4 -
System Red Green Blue C M Y K H S L
Decimal 176 214 123 0.18 0 0.43 0.16 85.05 0.53 0.66
Hex B0 D6 7B 12 0 2B 10 55 35 42
Octal 260 326 173 22 0 53 20 125 65 102
Binary 10110000 11010110 1111011 10010 0 101011 10000 1010101 110101 1000010

Color Harmonies of #B0D67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D67B

Black with #B0D67B

Text Example


Text Example

White with #B0D67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D67B; }

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

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

background-color css

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

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

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

border-color css

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

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

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