Html Css Color HEX #BCDA79 Sulu

📋 copy color: '#BCDA79'

red 188 ◦ green 218 ◦ blue 121

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

Shades of Sulu #BCDA79

Tints of Sulu #BCDA79

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.37%

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

R = 35.67%
G = 41.37%
B = 22.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#BCDA79 (or 0xBCDA79) is known color: Sulu. HEX triplet: BC, DA and 79. RGB value is (188,218,121). Sum of RGB (Red+Green+Blue) = 188+218+121=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 121 (47.66% from 255 or 22.96% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA79 is #432586. Grayscale: #C6C6C6. Windows color (decimal): -4400519 or 7985852. OLE color: 7985852.

HSL color Cylindrical-coordinate representation of color #BCDA79: hue angle of 78.56º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCDA79 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 121 -
CMYK 0.14 0 0.44 0.15
HSL 78.56º 0.57% 0.66% -
HSV(B) 78.56º 0.44% 0.85% -
XYZ 49.26 62.21 27.5 -
YUV 197.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 188 218 121 0.14 0 0.44 0.15 78.56 0.57 0.66
Hex BC DA 79 E 0 2C F 4F 39 42
Octal 274 332 171 16 0 54 17 117 71 102
Binary 10111100 11011010 1111001 1110 0 101100 1111 1001111 111001 1000010

Color Harmonies of #BCDA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA79

Black with #BCDA79

Text Example


Text Example

White with #BCDA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA79; }

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

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

background-color css

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

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

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

border-color css

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

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

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