Html Css Color HEX #B2C085 Caper

📋 copy color: '#B2C085'

red 178 ◦ green 192 ◦ blue 133

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

Shades of Caper #B2C085

Tints of Caper #B2C085

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.17%

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

R = 35.39%
G = 38.17%
B = 26.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#B2C085 (or 0xB2C085) is known color: Caper. HEX triplet: B2, C0 and 85. RGB value is (178,192,133). Sum of RGB (Red+Green+Blue) = 178+192+133=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C085 is #4D3F7A. Grayscale: #B5B5B5. Windows color (decimal): -5062523 or 8765618. OLE color: 8765618.

HSL color Cylindrical-coordinate representation of color #B2C085: hue angle of 74.24º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2C085 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 133 -
CMYK 0.07 0 0.31 0.25
HSL 74.24º 0.32% 0.64% -
HSV(B) 74.24º 0.31% 0.75% -
XYZ 41.44 48.86 29.44 -
YUV 181.09 100.86 125.8 -
System Red Green Blue C M Y K H S L
Decimal 178 192 133 0.07 0 0.31 0.25 74.24 0.32 0.64
Hex B2 C0 85 7 0 1F 19 4A 20 40
Octal 262 300 205 7 0 37 31 112 40 100
Binary 10110010 11000000 10000101 111 0 11111 11001 1001010 100000 1000000

Color Harmonies of #B2C085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C085

Black with #B2C085

Text Example


Text Example

White with #B2C085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C085; }

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

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

background-color css

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

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

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

border-color css

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

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

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