Html Css Color HEX #B0F98C Granny Smith Apple

📋 copy color: '#B0F98C'

red 176 ◦ green 249 ◦ blue 140

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

Shades of Granny Smith Apple #B0F98C

Tints of Granny Smith Apple #B0F98C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.07%

 BLUE value IS 140 (55.08% from 255) = 24.78%

R = 31.15%
G = 44.07%
B = 24.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#B0F98C (or 0xB0F98C) is known color: Granny Smith Apple. HEX triplet: B0, F9 and 8C. RGB value is (176,249,140). Sum of RGB (Red+Green+Blue) = 176+249+140=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F98C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F98C is #4F0673. Grayscale: #D7D7D7. Windows color (decimal): -5178996 or 9238960. OLE color: 9238960.

HSL color Cylindrical-coordinate representation of color #B0F98C: hue angle of 100.18º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0F98C is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 249 140 -
CMYK 0.29 0 0.44 0.02
HSL 100.18º 0.9% 0.76% -
HSV(B) 100.18º 0.44% 0.98% -
XYZ 56.51 78.87 37.06 -
YUV 214.75 85.82 100.36 -
System Red Green Blue C M Y K H S L
Decimal 176 249 140 0.29 0 0.44 0.02 100.18 0.9 0.76
Hex B0 F9 8C 1D 0 2C 2 64 5A 4C
Octal 260 371 214 35 0 54 2 144 132 114
Binary 10110000 11111001 10001100 11101 0 101100 10 1100100 1011010 1001100

Color Harmonies of #B0F98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F98C

Black with #B0F98C

Text Example


Text Example

White with #B0F98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F98C; }

 p { color: rgb(176,249,140); }

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

background-color css

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

 a { background-color: rgb(176,249,140); }

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

border-color css

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

 span { border-color: rgb(176,249,140); }

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