Html Css Color HEX #BCE08A Sulu

📋 copy color: '#BCE08A'

red 188 ◦ green 224 ◦ blue 138

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

Shades of Sulu #BCE08A

Tints of Sulu #BCE08A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.73%

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

R = 34.18%
G = 40.73%
B = 25.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#BCE08A (or 0xBCE08A) is known color: Sulu. HEX triplet: BC, E0 and 8A. RGB value is (188,224,138). Sum of RGB (Red+Green+Blue) = 188+224+138=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE08A is #431F75. Grayscale: #CBCBCB. Windows color (decimal): -4398966 or 9101500. OLE color: 9101500.

HSL color Cylindrical-coordinate representation of color #BCE08A: hue angle of 85.12º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCE08A is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 138 -
CMYK 0.16 0 0.38 0.12
HSL 85.12º 0.58% 0.71% -
HSV(B) 85.12º 0.38% 0.88% -
XYZ 51.98 65.84 34.01 -
YUV 203.43 91.07 116.99 -
System Red Green Blue C M Y K H S L
Decimal 188 224 138 0.16 0 0.38 0.12 85.12 0.58 0.71
Hex BC E0 8A 10 0 26 C 55 3A 47
Octal 274 340 212 20 0 46 14 125 72 107
Binary 10111100 11100000 10001010 10000 0 100110 1100 1010101 111010 1000111

Color Harmonies of #BCE08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE08A

Black with #BCE08A

Text Example


Text Example

White with #BCE08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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