Html Css Color HEX #B2CA82 Caper

📋 copy color: '#B2CA82'

red 178 ◦ green 202 ◦ blue 130

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

Shades of Caper #B2CA82

Tints of Caper #B2CA82

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.61%

 BLUE value IS 130 (51.17% from 255) = 25.49%

R = 34.9%
G = 39.61%
B = 25.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#B2CA82 (or 0xB2CA82) is known color: Caper. HEX triplet: B2, CA and 82. RGB value is (178,202,130). Sum of RGB (Red+Green+Blue) = 178+202+130=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA82 is #4D357D. Grayscale: #BABABA. Windows color (decimal): -5059966 or 8571570. OLE color: 8571570.

HSL color Cylindrical-coordinate representation of color #B2CA82: hue angle of 80º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2CA82 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 202 130 -
CMYK 0.12 0 0.36 0.21
HSL 80º 0.4% 0.65% -
HSV(B) 80º 0.36% 0.79% -
XYZ 43.51 53.32 29.12 -
YUV 186.62 96.05 121.85 -
System Red Green Blue C M Y K H S L
Decimal 178 202 130 0.12 0 0.36 0.21 80 0.4 0.65
Hex B2 CA 82 C 0 24 15 50 28 41
Octal 262 312 202 14 0 44 25 120 50 101
Binary 10110010 11001010 10000010 1100 0 100100 10101 1010000 101000 1000001

Color Harmonies of #B2CA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA82

Black with #B2CA82

Text Example


Text Example

White with #B2CA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA82; }

 p { color: rgb(178,202,130); }

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

background-color css

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

 a { background-color: rgb(178,202,130); }

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

border-color css

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

 span { border-color: rgb(178,202,130); }

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