Html Css Color HEX #BCD079 Caper

📋 copy color: '#BCD079'

red 188 ◦ green 208 ◦ blue 121

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

Shades of Caper #BCD079

Tints of Caper #BCD079

RGB

 RED value IS 188 (73.83% from 255) = 36.36%

 GREEN value IS 208 (81.64% from 255) = 40.23%

 BLUE value IS 121 (47.66% from 255) = 23.4%

R = 36.36%
G = 40.23%
B = 23.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#BCD079 (or 0xBCD079) is known color: Caper. HEX triplet: BC, D0 and 79. RGB value is (188,208,121). Sum of RGB (Red+Green+Blue) = 188+208+121=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 121 (47.66% from 255 or 23.40% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD079 is #432F86. Grayscale: #C0C0C0. Windows color (decimal): -4403079 or 7983292. OLE color: 7983292.

HSL color Cylindrical-coordinate representation of color #BCD079: hue angle of 73.79º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCD079 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 121 -
CMYK 0.10 0 0.42 0.18
HSL 73.79º 0.48% 0.65% -
HSV(B) 73.79º 0.42% 0.82% -
XYZ 46.75 57.18 26.66 -
YUV 192.1 87.87 125.07 -
System Red Green Blue C M Y K H S L
Decimal 188 208 121 0.10 0 0.42 0.18 73.79 0.48 0.65
Hex BC D0 79 A 0 2A 12 4A 30 41
Octal 274 320 171 12 0 52 22 112 60 101
Binary 10111100 11010000 1111001 1010 0 101010 10010 1001010 110000 1000001

Color Harmonies of #BCD079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD079

Black with #BCD079

Text Example


Text Example

White with #BCD079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD079; }

 p { color: rgb(188,208,121); }

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

background-color css

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

 a { background-color: rgb(188,208,121); }

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

border-color css

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

 span { border-color: rgb(188,208,121); }

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