Html Css Color HEX #BCDC78 Sulu

📋 copy color: '#BCDC78'

red 188 ◦ green 220 ◦ blue 120

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

Shades of Sulu #BCDC78

Tints of Sulu #BCDC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.73%

R = 35.61%
G = 41.67%
B = 22.73%

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

#BCDC78 (or 0xBCDC78) is known color: Sulu. HEX triplet: BC, DC and 78. RGB value is (188,220,120). Sum of RGB (Red+Green+Blue) = 188+220+120=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC78 is #432387. Grayscale: #C7C7C7. Windows color (decimal): -4400008 or 7920828. OLE color: 7920828.

HSL color Cylindrical-coordinate representation of color #BCDC78: hue angle of 79.2º 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 #BCDC78 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 120 -
CMYK 0.15 0 0.45 0.14
HSL 79.2º 0.59% 0.67% -
HSV(B) 79.2º 0.45% 0.86% -
XYZ 49.72 63.23 27.35 -
YUV 199.03 83.4 120.13 -
System Red Green Blue C M Y K H S L
Decimal 188 220 120 0.15 0 0.45 0.14 79.2 0.59 0.67
Hex BC DC 78 F 0 2D E 4F 3B 43
Octal 274 334 170 17 0 55 16 117 73 103
Binary 10111100 11011100 1111000 1111 0 101101 1110 1001111 111011 1000011

Color Harmonies of #BCDC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC78

Black with #BCDC78

Text Example


Text Example

White with #BCDC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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