Html Css Color HEX #B2C17C Caper

📋 copy color: '#B2C17C'

red 178 ◦ green 193 ◦ blue 124

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

Shades of Caper #B2C17C

Tints of Caper #B2C17C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.99%

 BLUE value IS 124 (48.83% from 255) = 25.05%

R = 35.96%
G = 38.99%
B = 25.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#B2C17C (or 0xB2C17C) is known color: Caper. HEX triplet: B2, C1 and 7C. RGB value is (178,193,124). Sum of RGB (Red+Green+Blue) = 178+193+124=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C17C is #4D3E83. Grayscale: #B4B4B4. Windows color (decimal): -5062276 or 8176050. OLE color: 8176050.

HSL color Cylindrical-coordinate representation of color #B2C17C: hue angle of 73.04º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2C17C is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 193 124 -
CMYK 0.08 0 0.36 0.24
HSL 73.04º 0.36% 0.62% -
HSV(B) 73.04º 0.36% 0.76% -
XYZ 41.07 49.06 26.37 -
YUV 180.65 96.03 126.11 -
System Red Green Blue C M Y K H S L
Decimal 178 193 124 0.08 0 0.36 0.24 73.04 0.36 0.62
Hex B2 C1 7C 8 0 24 18 49 24 3E
Octal 262 301 174 10 0 44 30 111 44 76
Binary 10110010 11000001 1111100 1000 0 100100 11000 1001001 100100 111110

Color Harmonies of #B2C17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C17C

Black with #B2C17C

Text Example


Text Example

White with #B2C17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C17C; }

 p { color: rgb(178,193,124); }

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

background-color css

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

 a { background-color: rgb(178,193,124); }

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

border-color css

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

 span { border-color: rgb(178,193,124); }

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