Html Css Color HEX #B6FFC3 Granny Apple

📋 copy color: '#B6FFC3'

red 182 ◦ green 255 ◦ blue 195

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

Shades of Granny Apple #B6FFC3

Tints of Granny Apple #B6FFC3

RGB

 RED value IS 182 (71.48% from 255) = 28.8%

 GREEN value IS 255 (100% from 255) = 40.35%

 BLUE value IS 195 (76.56% from 255) = 30.85%

R = 28.8%
G = 40.35%
B = 30.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#B6FFC3 (or 0xB6FFC3) is known color: Granny Apple. HEX triplet: B6, FF and C3. RGB value is (182,255,195). Sum of RGB (Red+Green+Blue) = 182+255+195=632 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.80% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFC3 is #49003C. Grayscale: #E2E2E2. Windows color (decimal): -4784189 or 12844982. OLE color: 12844982.

HSL color Cylindrical-coordinate representation of color #B6FFC3: hue angle of 130.68º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FFC3 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 182 255 195 -
CMYK 0.29 0 0.24 0
HSL 130.68º 1% 0.86% -
HSV(B) 130.68º 0.29% 1% -
XYZ 64.9 85.41 64.69 -
YUV 226.33 110.32 96.38 -
System Red Green Blue C M Y K H S L
Decimal 182 255 195 0.29 0 0.24 0 130.68 1 0.86
Hex B6 FF C3 1D 0 18 0 83 64 56
Octal 266 377 303 35 0 30 0 203 144 126
Binary 10110110 11111111 11000011 11101 0 11000 0 10000011 1100100 1010110

Color Harmonies of #B6FFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FFC3

Black with #B6FFC3

Text Example


Text Example

White with #B6FFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FFC3; }

 p { color: rgb(182,255,195); }

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

background-color css

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

 a { background-color: rgb(182,255,195); }

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

border-color css

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

 span { border-color: rgb(182,255,195); }

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