Html Css Color HEX #BCE378 Sulu

📋 copy color: '#BCE378'

red 188 ◦ green 227 ◦ blue 120

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

Shades of Sulu #BCE378

Tints of Sulu #BCE378

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.43%

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

R = 35.14%
G = 42.43%
B = 22.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#BCE378 (or 0xBCE378) is known color: Sulu. HEX triplet: BC, E3 and 78. RGB value is (188,227,120). Sum of RGB (Red+Green+Blue) = 188+227+120=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE378 is #431C87. Grayscale: #CBCBCB. Windows color (decimal): -4398216 or 7922620. OLE color: 7922620.

HSL color Cylindrical-coordinate representation of color #BCE378: hue angle of 81.87º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCE378 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 120 -
CMYK 0.17 0 0.47 0.11
HSL 81.87º 0.66% 0.68% -
HSV(B) 81.87º 0.47% 0.89% -
XYZ 51.6 66.99 27.98 -
YUV 203.14 81.08 117.2 -
System Red Green Blue C M Y K H S L
Decimal 188 227 120 0.17 0 0.47 0.11 81.87 0.66 0.68
Hex BC E3 78 11 0 2F B 52 42 44
Octal 274 343 170 21 0 57 13 122 102 104
Binary 10111100 11100011 1111000 10001 0 101111 1011 1010010 1000010 1000100

Color Harmonies of #BCE378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE378

Black with #BCE378

Text Example


Text Example

White with #BCE378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE378; }

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

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

background-color css

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

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

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

border-color css

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

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

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