Html Css Color HEX #B3D385 Caper

📋 copy color: '#B3D385'

red 179 ◦ green 211 ◦ blue 133

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

Shades of Caper #B3D385

Tints of Caper #B3D385

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.34%

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

R = 34.23%
G = 40.34%
B = 25.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#B3D385 (or 0xB3D385) is known color: Caper. HEX triplet: B3, D3 and 85. RGB value is (179,211,133). Sum of RGB (Red+Green+Blue) = 179+211+133=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #B3D385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D385 is #4C2C7A. Grayscale: #C0C0C0. Windows color (decimal): -4992123 or 8770483. OLE color: 8770483.

HSL color Cylindrical-coordinate representation of color #B3D385: hue angle of 84.62º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3D385 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 179 211 133 -
CMYK 0.15 0 0.37 0.17
HSL 84.62º 0.47% 0.67% -
HSV(B) 84.62º 0.37% 0.83% -
XYZ 46.12 57.87 30.93 -
YUV 192.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 179 211 133 0.15 0 0.37 0.17 84.62 0.47 0.67
Hex B3 D3 85 F 0 25 11 55 2F 43
Octal 263 323 205 17 0 45 21 125 57 103
Binary 10110011 11010011 10000101 1111 0 100101 10001 1010101 101111 1000011

Color Harmonies of #B3D385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D385

Black with #B3D385

Text Example


Text Example

White with #B3D385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D385; }

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

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

background-color css

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

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

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

border-color css

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

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

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