Html Css Color HEX #B0C98D Caper

📋 copy color: '#B0C98D'

red 176 ◦ green 201 ◦ blue 141

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

Shades of Caper #B0C98D

Tints of Caper #B0C98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.22%

R = 33.98%
G = 38.8%
B = 27.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#B0C98D (or 0xB0C98D) is known color: Caper. HEX triplet: B0, C9 and 8D. RGB value is (176,201,141). Sum of RGB (Red+Green+Blue) = 176+201+141=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C98D is #4F3672. Grayscale: #BABABA. Windows color (decimal): -5191283 or 9292208. OLE color: 9292208.

HSL color Cylindrical-coordinate representation of color #B0C98D: hue angle of 85º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0C98D is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 201 141 -
CMYK 0.12 0 0.30 0.21
HSL 85º 0.36% 0.67% -
HSV(B) 85º 0.3% 0.79% -
XYZ 43.6 52.93 33.12 -
YUV 186.69 102.22 120.38 -
System Red Green Blue C M Y K H S L
Decimal 176 201 141 0.12 0 0.30 0.21 85 0.36 0.67
Hex B0 C9 8D C 0 1E 15 55 24 43
Octal 260 311 215 14 0 36 25 125 44 103
Binary 10110000 11001001 10001101 1100 0 11110 10101 1010101 100100 1000011

Color Harmonies of #B0C98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C98D

Black with #B0C98D

Text Example


Text Example

White with #B0C98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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