Html Css Color HEX #B2D085 Caper

📋 copy color: '#B2D085'

red 178 ◦ green 208 ◦ blue 133

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

Shades of Caper #B2D085

Tints of Caper #B2D085

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.08%

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

R = 34.3%
G = 40.08%
B = 25.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#B2D085 (or 0xB2D085) is known color: Caper. HEX triplet: B2, D0 and 85. RGB value is (178,208,133). Sum of RGB (Red+Green+Blue) = 178+208+133=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D085 is #4D2F7A. Grayscale: #BEBEBE. Windows color (decimal): -5058427 or 8769714. OLE color: 8769714.

HSL color Cylindrical-coordinate representation of color #B2D085: hue angle of 84º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2D085 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 133 -
CMYK 0.14 0 0.36 0.18
HSL 84º 0.44% 0.67% -
HSV(B) 84º 0.36% 0.82% -
XYZ 45.15 56.27 30.67 -
YUV 190.48 95.56 119.1 -
System Red Green Blue C M Y K H S L
Decimal 178 208 133 0.14 0 0.36 0.18 84 0.44 0.67
Hex B2 D0 85 E 0 24 12 54 2C 43
Octal 262 320 205 16 0 44 22 124 54 103
Binary 10110010 11010000 10000101 1110 0 100100 10010 1010100 101100 1000011

Color Harmonies of #B2D085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D085

Black with #B2D085

Text Example


Text Example

White with #B2D085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D085; }

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

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

background-color css

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

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

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

border-color css

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

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

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