Html Css Color HEX #B4CE7C Caper

📋 copy color: '#B4CE7C'

red 180 ◦ green 206 ◦ blue 124

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

Shades of Caper #B4CE7C

Tints of Caper #B4CE7C

RGB

 RED value IS 180 (70.7% from 255) = 35.29%

 GREEN value IS 206 (80.86% from 255) = 40.39%

 BLUE value IS 124 (48.83% from 255) = 24.31%

R = 35.29%
G = 40.39%
B = 24.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#B4CE7C (or 0xB4CE7C) is known color: Caper. HEX triplet: B4, CE and 7C. RGB value is (180,206,124). Sum of RGB (Red+Green+Blue) = 180+206+124=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CE7C is #4B3183. Grayscale: #BDBDBD. Windows color (decimal): -4927876 or 8179380. OLE color: 8179380.

HSL color Cylindrical-coordinate representation of color #B4CE7C: hue angle of 79.02º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4CE7C is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 206 124 -
CMYK 0.13 0 0.40 0.19
HSL 79.02º 0.46% 0.65% -
HSV(B) 79.02º 0.4% 0.81% -
XYZ 44.53 55.3 27.4 -
YUV 188.88 91.39 121.67 -
System Red Green Blue C M Y K H S L
Decimal 180 206 124 0.13 0 0.40 0.19 79.02 0.46 0.65
Hex B4 CE 7C D 0 28 13 4F 2E 41
Octal 264 316 174 15 0 50 23 117 56 101
Binary 10110100 11001110 1111100 1101 0 101000 10011 1001111 101110 1000001

Color Harmonies of #B4CE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CE7C

Black with #B4CE7C

Text Example


Text Example

White with #B4CE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CE7C; }

 p { color: rgb(180,206,124); }

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

background-color css

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

 a { background-color: rgb(180,206,124); }

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

border-color css

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

 span { border-color: rgb(180,206,124); }

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