Html Css Color HEX #BCD277 Caper

📋 copy color: '#BCD277'

red 188 ◦ green 210 ◦ blue 119

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

Shades of Caper #BCD277

Tints of Caper #BCD277

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.62%

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

R = 36.36%
G = 40.62%
B = 23.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#BCD277 (or 0xBCD277) is known color: Caper. HEX triplet: BC, D2 and 77. RGB value is (188,210,119). Sum of RGB (Red+Green+Blue) = 188+210+119=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD277 is #432D88. Grayscale: #C1C1C1. Windows color (decimal): -4402569 or 7852732. OLE color: 7852732.

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

Color convert

RGB 188 210 119 -
CMYK 0.10 0 0.43 0.18
HSL 74.51º 0.5% 0.65% -
HSV(B) 74.51º 0.43% 0.82% -
XYZ 47.12 58.12 26.19 -
YUV 193.05 86.21 124.4 -
System Red Green Blue C M Y K H S L
Decimal 188 210 119 0.10 0 0.43 0.18 74.51 0.5 0.65
Hex BC D2 77 A 0 2B 12 4B 32 41
Octal 274 322 167 12 0 53 22 113 62 101
Binary 10111100 11010010 1110111 1010 0 101011 10010 1001011 110010 1000001

Color Harmonies of #BCD277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD277

Black with #BCD277

Text Example


Text Example

White with #BCD277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD277; }

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

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

background-color css

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

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

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

border-color css

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

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

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