Html Css Color HEX #B2C075 Caper

📋 copy color: '#B2C075'

red 178 ◦ green 192 ◦ blue 117

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

Shades of Caper #B2C075

Tints of Caper #B2C075

RGB

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

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

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

R = 36.55%
G = 39.43%
B = 24.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#B2C075 (or 0xB2C075) is known color: Caper. HEX triplet: B2, C0 and 75. RGB value is (178,192,117). Sum of RGB (Red+Green+Blue) = 178+192+117=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C075 is #4D3F8A. Grayscale: #B3B3B3. Windows color (decimal): -5062539 or 7717042. OLE color: 7717042.

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

Color convert

RGB 178 192 117 -
CMYK 0.07 0 0.39 0.25
HSL 71.2º 0.37% 0.61% -
HSV(B) 71.2º 0.39% 0.75% -
XYZ 40.42 48.45 24.05 -
YUV 179.26 92.86 127.1 -
System Red Green Blue C M Y K H S L
Decimal 178 192 117 0.07 0 0.39 0.25 71.2 0.37 0.61
Hex B2 C0 75 7 0 27 19 47 25 3D
Octal 262 300 165 7 0 47 31 107 45 75
Binary 10110010 11000000 1110101 111 0 100111 11001 1000111 100101 111101

Color Harmonies of #B2C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C075

Black with #B2C075

Text Example


Text Example

White with #B2C075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C075; }

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

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

background-color css

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

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

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

border-color css

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

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

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