Html Css Color HEX #BCE676 Sulu

📋 copy color: '#BCE676'

red 188 ◦ green 230 ◦ blue 118

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

Shades of Sulu #BCE676

Tints of Sulu #BCE676

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.91%

 BLUE value IS 118 (46.48% from 255) = 22.01%

R = 35.07%
G = 42.91%
B = 22.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#BCE676 (or 0xBCE676) is known color: Sulu. HEX triplet: BC, E6 and 76. RGB value is (188,230,118). Sum of RGB (Red+Green+Blue) = 188+230+118=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 230 (90.23% from 255 or 42.91% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE676 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE676 is #431989. Grayscale: #CDCDCD. Windows color (decimal): -4397450 or 7792316. OLE color: 7792316.

HSL color Cylindrical-coordinate representation of color #BCE676: hue angle of 82.5º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCE676 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 118 -
CMYK 0.18 0 0.49 0.10
HSL 82.5º 0.69% 0.68% -
HSV(B) 82.5º 0.49% 0.9% -
XYZ 52.31 68.59 27.62 -
YUV 204.67 79.09 116.11 -
System Red Green Blue C M Y K H S L
Decimal 188 230 118 0.18 0 0.49 0.10 82.5 0.69 0.68
Hex BC E6 76 12 0 31 A 52 45 44
Octal 274 346 166 22 0 61 12 122 105 104
Binary 10111100 11100110 1110110 10010 0 110001 1010 1010010 1000101 1000100

Color Harmonies of #BCE676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE676

Black with #BCE676

Text Example


Text Example

White with #BCE676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE676; }

 p { color: rgb(188,230,118); }

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

background-color css

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

 a { background-color: rgb(188,230,118); }

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

border-color css

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

 span { border-color: rgb(188,230,118); }

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