Html Css Color HEX #B6C975 Caper

📋 copy color: '#B6C975'

red 182 ◦ green 201 ◦ blue 117

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

Shades of Caper #B6C975

Tints of Caper #B6C975

RGB

 RED value IS 182 (71.48% from 255) = 36.4%

 GREEN value IS 201 (78.91% from 255) = 40.2%

 BLUE value IS 117 (46.09% from 255) = 23.4%

R = 36.4%
G = 40.2%
B = 23.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#B6C975 (or 0xB6C975) is known color: Caper. HEX triplet: B6, C9 and 75. RGB value is (182,201,117). Sum of RGB (Red+Green+Blue) = 182+201+117=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C975 is #49368A. Grayscale: #BABABA. Windows color (decimal): -4798091 or 7719350. OLE color: 7719350.

HSL color Cylindrical-coordinate representation of color #B6C975: hue angle of 73.57º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6C975 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 201 117 -
CMYK 0.09 0 0.42 0.21
HSL 73.57º 0.44% 0.62% -
HSV(B) 73.57º 0.42% 0.79% -
XYZ 43.39 53 24.77 -
YUV 185.74 89.21 125.33 -
System Red Green Blue C M Y K H S L
Decimal 182 201 117 0.09 0 0.42 0.21 73.57 0.44 0.62
Hex B6 C9 75 9 0 2A 15 4A 2C 3E
Octal 266 311 165 11 0 52 25 112 54 76
Binary 10110110 11001001 1110101 1001 0 101010 10101 1001010 101100 111110

Color Harmonies of #B6C975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C975

Black with #B6C975

Text Example


Text Example

White with #B6C975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C975; }

 p { color: rgb(182,201,117); }

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

background-color css

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

 a { background-color: rgb(182,201,117); }

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

border-color css

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

 span { border-color: rgb(182,201,117); }

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