Html Css Color HEX #B2E985 Feijoa

📋 copy color: '#B2E985'

red 178 ◦ green 233 ◦ blue 133

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

Shades of Feijoa #B2E985

Tints of Feijoa #B2E985

RGB

 RED value IS 178 (69.92% from 255) = 32.72%

 GREEN value IS 233 (91.41% from 255) = 42.83%

 BLUE value IS 133 (52.34% from 255) = 24.45%

R = 32.72%
G = 42.83%
B = 24.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#B2E985 (or 0xB2E985) is known color: Feijoa. HEX triplet: B2, E9 and 85. RGB value is (178,233,133). Sum of RGB (Red+Green+Blue) = 178+233+133=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2E985 is #4D167A. Grayscale: #CDCDCD. Windows color (decimal): -5052027 or 8776114. OLE color: 8776114.

HSL color Cylindrical-coordinate representation of color #B2E985: hue angle of 93º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2E985 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 233 133 -
CMYK 0.24 0 0.43 0.09
HSL 93º 0.69% 0.72% -
HSV(B) 93º 0.43% 0.91% -
XYZ 51.73 69.44 32.87 -
YUV 205.16 87.28 108.63 -
System Red Green Blue C M Y K H S L
Decimal 178 233 133 0.24 0 0.43 0.09 93 0.69 0.72
Hex B2 E9 85 18 0 2B 9 5D 45 48
Octal 262 351 205 30 0 53 11 135 105 110
Binary 10110010 11101001 10000101 11000 0 101011 1001 1011101 1000101 1001000

Color Harmonies of #B2E985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E985

Black with #B2E985

Text Example


Text Example

White with #B2E985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E985; }

 p { color: rgb(178,233,133); }

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

background-color css

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

 a { background-color: rgb(178,233,133); }

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

border-color css

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

 span { border-color: rgb(178,233,133); }

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