Html Css Color HEX #BCEC8A Sulu

📋 copy color: '#BCEC8A'

red 188 ◦ green 236 ◦ blue 138

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

Shades of Sulu #BCEC8A

Tints of Sulu #BCEC8A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.99%

 BLUE value IS 138 (54.3% from 255) = 24.56%

R = 33.45%
G = 41.99%
B = 24.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#BCEC8A (or 0xBCEC8A) is known color: Sulu. HEX triplet: BC, EC and 8A. RGB value is (188,236,138). Sum of RGB (Red+Green+Blue) = 188+236+138=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEC8A is #431375. Grayscale: #D2D2D2. Windows color (decimal): -4395894 or 9104572. OLE color: 9104572.

HSL color Cylindrical-coordinate representation of color #BCEC8A: hue angle of 89.39º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCEC8A is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 138 -
CMYK 0.20 0 0.42 0.07
HSL 89.39º 0.72% 0.73% -
HSV(B) 89.39º 0.42% 0.93% -
XYZ 55.32 72.52 35.13 -
YUV 210.48 87.1 111.97 -
System Red Green Blue C M Y K H S L
Decimal 188 236 138 0.20 0 0.42 0.07 89.39 0.72 0.73
Hex BC EC 8A 14 0 2A 7 59 48 49
Octal 274 354 212 24 0 52 7 131 110 111
Binary 10111100 11101100 10001010 10100 0 101010 111 1011001 1001000 1001001

Color Harmonies of #BCEC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC8A

Black with #BCEC8A

Text Example


Text Example

White with #BCEC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC8A; }

 p { color: rgb(188,236,138); }

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

background-color css

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

 a { background-color: rgb(188,236,138); }

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

border-color css

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

 span { border-color: rgb(188,236,138); }

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