Html Css Color HEX #B2C975 Caper

📋 copy color: '#B2C975'

red 178 ◦ green 201 ◦ blue 117

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

Shades of Caper #B2C975

Tints of Caper #B2C975

RGB

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

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

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

R = 35.89%
G = 40.52%
B = 23.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#B2C975 (or 0xB2C975) is known color: Caper. HEX triplet: B2, C9 and 75. RGB value is (178,201,117). Sum of RGB (Red+Green+Blue) = 178+201+117=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C975 is #4D368A. Grayscale: #B8B8B8. Windows color (decimal): -5060235 or 7719346. OLE color: 7719346.

HSL color Cylindrical-coordinate representation of color #B2C975: hue angle of 76.43º 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 #B2C975 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 201 117 -
CMYK 0.11 0 0.42 0.21
HSL 76.43º 0.44% 0.62% -
HSV(B) 76.43º 0.42% 0.79% -
XYZ 42.46 52.52 24.73 -
YUV 184.55 89.88 123.33 -
System Red Green Blue C M Y K H S L
Decimal 178 201 117 0.11 0 0.42 0.21 76.43 0.44 0.62
Hex B2 C9 75 B 0 2A 15 4C 2C 3E
Octal 262 311 165 13 0 52 25 114 54 76
Binary 10110010 11001001 1110101 1011 0 101010 10101 1001100 101100 111110

Color Harmonies of #B2C975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C975

Black with #B2C975

Text Example


Text Example

White with #B2C975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C975; }

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

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

background-color css

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

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

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

border-color css

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

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

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