Html Css Color HEX #B0CA7D Caper

📋 copy color: '#B0CA7D'

red 176 ◦ green 202 ◦ blue 125

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

Shades of Caper #B0CA7D

Tints of Caper #B0CA7D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.16%

 BLUE value IS 125 (49.22% from 255) = 24.85%

R = 34.99%
G = 40.16%
B = 24.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#B0CA7D (or 0xB0CA7D) is known color: Caper. HEX triplet: B0, CA and 7D. RGB value is (176,202,125). Sum of RGB (Red+Green+Blue) = 176+202+125=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CA7D is #4F3582. Grayscale: #B9B9B9. Windows color (decimal): -5191043 or 8243888. OLE color: 8243888.

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

Color convert

RGB 176 202 125 -
CMYK 0.13 0 0.38 0.21
HSL 80.26º 0.42% 0.64% -
HSV(B) 80.26º 0.38% 0.79% -
XYZ 42.73 52.95 27.37 -
YUV 185.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 176 202 125 0.13 0 0.38 0.21 80.26 0.42 0.64
Hex B0 CA 7D D 0 26 15 50 2A 40
Octal 260 312 175 15 0 46 25 120 52 100
Binary 10110000 11001010 1111101 1101 0 100110 10101 1010000 101010 1000000

Color Harmonies of #B0CA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CA7D

Black with #B0CA7D

Text Example


Text Example

White with #B0CA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CA7D; }

 p { color: rgb(176,202,125); }

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

background-color css

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

 a { background-color: rgb(176,202,125); }

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

border-color css

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

 span { border-color: rgb(176,202,125); }

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