Html Css Color HEX #BCD779 Sulu

📋 copy color: '#BCD779'

red 188 ◦ green 215 ◦ blue 121

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

Shades of Sulu #BCD779

Tints of Sulu #BCD779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.09%

R = 35.88%
G = 41.03%
B = 23.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#BCD779 (or 0xBCD779) is known color: Sulu. HEX triplet: BC, D7 and 79. RGB value is (188,215,121). Sum of RGB (Red+Green+Blue) = 188+215+121=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD779 is #432886. Grayscale: #C4C4C4. Windows color (decimal): -4401287 or 7985084. OLE color: 7985084.

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

Color convert

RGB 188 215 121 -
CMYK 0.13 0 0.44 0.16
HSL 77.23º 0.54% 0.66% -
HSV(B) 77.23º 0.44% 0.84% -
XYZ 48.49 60.67 27.24 -
YUV 196.21 85.55 122.14 -
System Red Green Blue C M Y K H S L
Decimal 188 215 121 0.13 0 0.44 0.16 77.23 0.54 0.66
Hex BC D7 79 D 0 2C 10 4D 36 42
Octal 274 327 171 15 0 54 20 115 66 102
Binary 10111100 11010111 1111001 1101 0 101100 10000 1001101 110110 1000010

Color Harmonies of #BCD779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD779

Black with #BCD779

Text Example


Text Example

White with #BCD779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD779; }

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

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

background-color css

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

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

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

border-color css

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

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

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