Html Css Color HEX #B0C97A Caper

📋 copy color: '#B0C97A'

red 176 ◦ green 201 ◦ blue 122

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

Shades of Caper #B0C97A

Tints of Caper #B0C97A

RGB

 RED value IS 176 (69.14% from 255) = 35.27%

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

 BLUE value IS 122 (48.05% from 255) = 24.45%

R = 35.27%
G = 40.28%
B = 24.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#B0C97A (or 0xB0C97A) is known color: Caper. HEX triplet: B0, C9 and 7A. RGB value is (176,201,122). Sum of RGB (Red+Green+Blue) = 176+201+122=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C97A is #4F3685. Grayscale: #B8B8B8. Windows color (decimal): -5191302 or 8047024. OLE color: 8047024.

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

Color convert

RGB 176 201 122 -
CMYK 0.12 0 0.39 0.21
HSL 78.99º 0.42% 0.63% -
HSV(B) 78.99º 0.39% 0.79% -
XYZ 42.3 52.41 26.3 -
YUV 184.52 92.72 121.92 -
System Red Green Blue C M Y K H S L
Decimal 176 201 122 0.12 0 0.39 0.21 78.99 0.42 0.63
Hex B0 C9 7A C 0 27 15 4F 2A 3F
Octal 260 311 172 14 0 47 25 117 52 77
Binary 10110000 11001001 1111010 1100 0 100111 10101 1001111 101010 111111

Color Harmonies of #B0C97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C97A

Black with #B0C97A

Text Example


Text Example

White with #B0C97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C97A; }

 p { color: rgb(176,201,122); }

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

background-color css

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

 a { background-color: rgb(176,201,122); }

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

border-color css

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

 span { border-color: rgb(176,201,122); }

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