Html Css Color HEX #BCD678 Sulu

📋 copy color: '#BCD678'

red 188 ◦ green 214 ◦ blue 120

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

Shades of Sulu #BCD678

Tints of Sulu #BCD678

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41%

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

R = 36.02%
G = 41%
B = 22.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#BCD678 (or 0xBCD678) is known color: Sulu. HEX triplet: BC, D6 and 78. RGB value is (188,214,120). Sum of RGB (Red+Green+Blue) = 188+214+120=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD678 is #432987. Grayscale: #C3C3C3. Windows color (decimal): -4401544 or 7919292. OLE color: 7919292.

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

Color convert

RGB 188 214 120 -
CMYK 0.12 0 0.44 0.16
HSL 76.6º 0.53% 0.65% -
HSV(B) 76.6º 0.44% 0.84% -
XYZ 48.18 60.14 26.84 -
YUV 195.51 85.39 122.64 -
System Red Green Blue C M Y K H S L
Decimal 188 214 120 0.12 0 0.44 0.16 76.6 0.53 0.65
Hex BC D6 78 C 0 2C 10 4D 35 41
Octal 274 326 170 14 0 54 20 115 65 101
Binary 10111100 11010110 1111000 1100 0 101100 10000 1001101 110101 1000001

Color Harmonies of #BCD678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD678

Black with #BCD678

Text Example


Text Example

White with #BCD678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD678; }

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

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

background-color css

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

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

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

border-color css

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

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

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