Html Css Color HEX #BCD377 Caper

📋 copy color: '#BCD377'

red 188 ◦ green 211 ◦ blue 119

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

Shades of Caper #BCD377

Tints of Caper #BCD377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.97%

R = 36.29%
G = 40.73%
B = 22.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#BCD377 (or 0xBCD377) is known color: Caper. HEX triplet: BC, D3 and 77. RGB value is (188,211,119). Sum of RGB (Red+Green+Blue) = 188+211+119=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD377 is #432C88. Grayscale: #C1C1C1. Windows color (decimal): -4402313 or 7852988. OLE color: 7852988.

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

Color convert

RGB 188 211 119 -
CMYK 0.11 0 0.44 0.17
HSL 75º 0.51% 0.65% -
HSV(B) 75º 0.44% 0.83% -
XYZ 47.36 58.61 26.27 -
YUV 193.64 85.88 123.98 -
System Red Green Blue C M Y K H S L
Decimal 188 211 119 0.11 0 0.44 0.17 75 0.51 0.65
Hex BC D3 77 B 0 2C 11 4B 33 41
Octal 274 323 167 13 0 54 21 113 63 101
Binary 10111100 11010011 1110111 1011 0 101100 10001 1001011 110011 1000001

Color Harmonies of #BCD377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD377

Black with #BCD377

Text Example


Text Example

White with #BCD377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD377; }

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

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

background-color css

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

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

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

border-color css

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

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

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