Html Css Color HEX #BCD47A Caper

📋 copy color: '#BCD47A'

red 188 ◦ green 212 ◦ blue 122

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

Shades of Caper #BCD47A

Tints of Caper #BCD47A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.61%

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

R = 36.02%
G = 40.61%
B = 23.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#BCD47A (or 0xBCD47A) is known color: Caper. HEX triplet: BC, D4 and 7A. RGB value is (188,212,122). Sum of RGB (Red+Green+Blue) = 188+212+122=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD47A is #432B85. Grayscale: #C2C2C2. Windows color (decimal): -4402054 or 8049852. OLE color: 8049852.

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

Color convert

RGB 188 212 122 -
CMYK 0.11 0 0.42 0.17
HSL 76º 0.51% 0.65% -
HSV(B) 76º 0.42% 0.83% -
XYZ 47.8 59.18 27.32 -
YUV 194.56 87.05 123.32 -
System Red Green Blue C M Y K H S L
Decimal 188 212 122 0.11 0 0.42 0.17 76 0.51 0.65
Hex BC D4 7A B 0 2A 11 4C 33 41
Octal 274 324 172 13 0 52 21 114 63 101
Binary 10111100 11010100 1111010 1011 0 101010 10001 1001100 110011 1000001

Color Harmonies of #BCD47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD47A

Black with #BCD47A

Text Example


Text Example

White with #BCD47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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