Html Css Color HEX #B3CE85 Caper

📋 copy color: '#B3CE85'

red 179 ◦ green 206 ◦ blue 133

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

Shades of Caper #B3CE85

Tints of Caper #B3CE85

RGB

 RED value IS 179 (70.31% from 255) = 34.56%

 GREEN value IS 206 (80.86% from 255) = 39.77%

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

R = 34.56%
G = 39.77%
B = 25.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#B3CE85 (or 0xB3CE85) is known color: Caper. HEX triplet: B3, CE and 85. RGB value is (179,206,133). Sum of RGB (Red+Green+Blue) = 179+206+133=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CE85 is #4C317A. Grayscale: #BDBDBD. Windows color (decimal): -4993403 or 8769203. OLE color: 8769203.

HSL color Cylindrical-coordinate representation of color #B3CE85: hue angle of 82.19º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3CE85 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 206 133 -
CMYK 0.13 0 0.35 0.19
HSL 82.19º 0.43% 0.66% -
HSV(B) 82.19º 0.35% 0.81% -
XYZ 44.9 55.42 30.52 -
YUV 189.61 96.05 120.44 -
System Red Green Blue C M Y K H S L
Decimal 179 206 133 0.13 0 0.35 0.19 82.19 0.43 0.66
Hex B3 CE 85 D 0 23 13 52 2B 42
Octal 263 316 205 15 0 43 23 122 53 102
Binary 10110011 11001110 10000101 1101 0 100011 10011 1010010 101011 1000010

Color Harmonies of #B3CE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CE85

Black with #B3CE85

Text Example


Text Example

White with #B3CE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CE85; }

 p { color: rgb(179,206,133); }

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

background-color css

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

 a { background-color: rgb(179,206,133); }

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

border-color css

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

 span { border-color: rgb(179,206,133); }

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