Html Css Color HEX #BCE492 Sulu

📋 copy color: '#BCE492'

red 188 ◦ green 228 ◦ blue 146

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

Shades of Sulu #BCE492

Tints of Sulu #BCE492

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.57%

 BLUE value IS 146 (57.42% from 255) = 25.98%

R = 33.45%
G = 40.57%
B = 25.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#BCE492 (or 0xBCE492) is known color: Sulu. HEX triplet: BC, E4 and 92. RGB value is (188,228,146). Sum of RGB (Red+Green+Blue) = 188+228+146=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE492 is #431B6D. Grayscale: #CECECE. Windows color (decimal): -4397934 or 9626812. OLE color: 9626812.

HSL color Cylindrical-coordinate representation of color #BCE492: hue angle of 89.27º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCE492 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 146 -
CMYK 0.18 0 0.36 0.11
HSL 89.27º 0.6% 0.73% -
HSV(B) 89.27º 0.36% 0.89% -
XYZ 53.67 68.25 37.54 -
YUV 206.69 93.75 114.67 -
System Red Green Blue C M Y K H S L
Decimal 188 228 146 0.18 0 0.36 0.11 89.27 0.6 0.73
Hex BC E4 92 12 0 24 B 59 3C 49
Octal 274 344 222 22 0 44 13 131 74 111
Binary 10111100 11100100 10010010 10010 0 100100 1011 1011001 111100 1001001

Color Harmonies of #BCE492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE492

Black with #BCE492

Text Example


Text Example

White with #BCE492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE492; }

 p { color: rgb(188,228,146); }

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

background-color css

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

 a { background-color: rgb(188,228,146); }

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

border-color css

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

 span { border-color: rgb(188,228,146); }

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