Html Css Color HEX #BCDC79 Sulu

📋 copy color: '#BCDC79'

red 188 ◦ green 220 ◦ blue 121

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

Shades of Sulu #BCDC79

Tints of Sulu #BCDC79

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.59%

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

R = 35.54%
G = 41.59%
B = 22.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#BCDC79 (or 0xBCDC79) is known color: Sulu. HEX triplet: BC, DC and 79. RGB value is (188,220,121). Sum of RGB (Red+Green+Blue) = 188+220+121=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 121 (47.66% from 255 or 22.87% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC79 is #432386. Grayscale: #C7C7C7. Windows color (decimal): -4400007 or 7986364. OLE color: 7986364.

HSL color Cylindrical-coordinate representation of color #BCDC79: hue angle of 79.39º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCDC79 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 121 -
CMYK 0.15 0 0.45 0.14
HSL 79.39º 0.59% 0.67% -
HSV(B) 79.39º 0.45% 0.86% -
XYZ 49.78 63.26 27.68 -
YUV 199.15 83.9 120.05 -
System Red Green Blue C M Y K H S L
Decimal 188 220 121 0.15 0 0.45 0.14 79.39 0.59 0.67
Hex BC DC 79 F 0 2D E 4F 3B 43
Octal 274 334 171 17 0 55 16 117 73 103
Binary 10111100 11011100 1111001 1111 0 101101 1110 1001111 111011 1000011

Color Harmonies of #BCDC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC79

Black with #BCDC79

Text Example


Text Example

White with #BCDC79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC79; }

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

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

background-color css

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

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

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

border-color css

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

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

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