Html Css Color HEX #BCE978 Sulu

📋 copy color: '#BCE978'

red 188 ◦ green 233 ◦ blue 120

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

Shades of Sulu #BCE978

Tints of Sulu #BCE978

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.07%

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

R = 34.75%
G = 43.07%
B = 22.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#BCE978 (or 0xBCE978) is known color: Sulu. HEX triplet: BC, E9 and 78. RGB value is (188,233,120). Sum of RGB (Red+Green+Blue) = 188+233+120=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE978 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE978 is #431687. Grayscale: #CFCFCF. Windows color (decimal): -4396680 or 7924156. OLE color: 7924156.

HSL color Cylindrical-coordinate representation of color #BCE978: hue angle of 83.89º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCE978 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 120 -
CMYK 0.19 0 0.48 0.09
HSL 83.89º 0.72% 0.69% -
HSV(B) 83.89º 0.48% 0.91% -
XYZ 53.27 70.33 28.54 -
YUV 206.66 79.09 114.69 -
System Red Green Blue C M Y K H S L
Decimal 188 233 120 0.19 0 0.48 0.09 83.89 0.72 0.69
Hex BC E9 78 13 0 30 9 54 48 45
Octal 274 351 170 23 0 60 11 124 110 105
Binary 10111100 11101001 1111000 10011 0 110000 1001 1010100 1001000 1000101

Color Harmonies of #BCE978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE978

Black with #BCE978

Text Example


Text Example

White with #BCE978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE978; }

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

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

background-color css

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

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

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

border-color css

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

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

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