Html Css Color HEX #BCD37C Caper

📋 copy color: '#BCD37C'

red 188 ◦ green 211 ◦ blue 124

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

Shades of Caper #BCD37C

Tints of Caper #BCD37C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.34%

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

R = 35.95%
G = 40.34%
B = 23.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#BCD37C (or 0xBCD37C) is known color: Caper. HEX triplet: BC, D3 and 7C. RGB value is (188,211,124). Sum of RGB (Red+Green+Blue) = 188+211+124=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD37C is #432C83. Grayscale: #C2C2C2. Windows color (decimal): -4402308 or 8180668. OLE color: 8180668.

HSL color Cylindrical-coordinate representation of color #BCD37C: hue angle of 75.86º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCD37C is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 124 -
CMYK 0.11 0 0.41 0.17
HSL 75.86º 0.5% 0.66% -
HSV(B) 75.86º 0.41% 0.83% -
XYZ 47.67 58.74 27.89 -
YUV 194.21 88.38 123.57 -
System Red Green Blue C M Y K H S L
Decimal 188 211 124 0.11 0 0.41 0.17 75.86 0.5 0.66
Hex BC D3 7C B 0 29 11 4C 32 42
Octal 274 323 174 13 0 51 21 114 62 102
Binary 10111100 11010011 1111100 1011 0 101001 10001 1001100 110010 1000010

Color Harmonies of #BCD37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD37C

Black with #BCD37C

Text Example


Text Example

White with #BCD37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD37C; }

 p { color: rgb(188,211,124); }

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

background-color css

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

 a { background-color: rgb(188,211,124); }

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

border-color css

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

 span { border-color: rgb(188,211,124); }

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