Html Css Color HEX #BCD77C Sulu

📋 copy color: '#BCD77C'

red 188 ◦ green 215 ◦ blue 124

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

Shades of Sulu #BCD77C

Tints of Sulu #BCD77C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.8%

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

R = 35.67%
G = 40.8%
B = 23.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#BCD77C (or 0xBCD77C) is known color: Sulu. HEX triplet: BC, D7 and 7C. RGB value is (188,215,124). Sum of RGB (Red+Green+Blue) = 188+215+124=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD77C is #432883. Grayscale: #C4C4C4. Windows color (decimal): -4401284 or 8181692. OLE color: 8181692.

HSL color Cylindrical-coordinate representation of color #BCD77C: hue angle of 77.8º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCD77C is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 124 -
CMYK 0.13 0 0.42 0.16
HSL 77.8º 0.53% 0.66% -
HSV(B) 77.8º 0.42% 0.84% -
XYZ 48.68 60.75 28.23 -
YUV 196.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 188 215 124 0.13 0 0.42 0.16 77.8 0.53 0.66
Hex BC D7 7C D 0 2A 10 4E 35 42
Octal 274 327 174 15 0 52 20 116 65 102
Binary 10111100 11010111 1111100 1101 0 101010 10000 1001110 110101 1000010

Color Harmonies of #BCD77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD77C

Black with #BCD77C

Text Example


Text Example

White with #BCD77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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