Html Css Color HEX #BCD17A Caper

📋 copy color: '#BCD17A'

red 188 ◦ green 209 ◦ blue 122

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

Shades of Caper #BCD17A

Tints of Caper #BCD17A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.27%

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

R = 36.22%
G = 40.27%
B = 23.51%

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

#BCD17A (or 0xBCD17A) is known color: Caper. HEX triplet: BC, D1 and 7A. RGB value is (188,209,122). Sum of RGB (Red+Green+Blue) = 188+209+122=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD17A is #432E85. Grayscale: #C1C1C1. Windows color (decimal): -4402822 or 8049084. OLE color: 8049084.

HSL color Cylindrical-coordinate representation of color #BCD17A: hue angle of 74.48º degrees, saturation: 0.49, 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 #BCD17A is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 122 -
CMYK 0.10 0 0.42 0.18
HSL 74.48º 0.49% 0.65% -
HSV(B) 74.48º 0.42% 0.82% -
XYZ 47.05 57.7 27.07 -
YUV 192.8 88.04 124.57 -
System Red Green Blue C M Y K H S L
Decimal 188 209 122 0.10 0 0.42 0.18 74.48 0.49 0.65
Hex BC D1 7A A 0 2A 12 4A 31 41
Octal 274 321 172 12 0 52 22 112 61 101
Binary 10111100 11010001 1111010 1010 0 101010 10010 1001010 110001 1000001

Color Harmonies of #BCD17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD17A

Black with #BCD17A

Text Example


Text Example

White with #BCD17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD17A; }

 p { color: rgb(188,209,122); }

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

background-color css

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

 a { background-color: rgb(188,209,122); }

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

border-color css

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

 span { border-color: rgb(188,209,122); }

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