Html Css Color HEX #BCE27A Sulu

📋 copy color: '#BCE27A'

red 188 ◦ green 226 ◦ blue 122

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

Shades of Sulu #BCE27A

Tints of Sulu #BCE27A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.16%

 BLUE value IS 122 (48.05% from 255) = 22.76%

R = 35.07%
G = 42.16%
B = 22.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#BCE27A (or 0xBCE27A) is known color: Sulu. HEX triplet: BC, E2 and 7A. RGB value is (188,226,122). Sum of RGB (Red+Green+Blue) = 188+226+122=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE27A is #431D85. Grayscale: #CBCBCB. Windows color (decimal): -4398470 or 8053436. OLE color: 8053436.

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

Color convert

RGB 188 226 122 -
CMYK 0.17 0 0.46 0.11
HSL 81.92º 0.64% 0.68% -
HSV(B) 81.92º 0.46% 0.89% -
XYZ 51.45 66.49 28.53 -
YUV 202.78 82.41 117.46 -
System Red Green Blue C M Y K H S L
Decimal 188 226 122 0.17 0 0.46 0.11 81.92 0.64 0.68
Hex BC E2 7A 11 0 2E B 52 40 44
Octal 274 342 172 21 0 56 13 122 100 104
Binary 10111100 11100010 1111010 10001 0 101110 1011 1010010 1000000 1000100

Color Harmonies of #BCE27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE27A

Black with #BCE27A

Text Example


Text Example

White with #BCE27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE27A; }

 p { color: rgb(188,226,122); }

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

background-color css

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

 a { background-color: rgb(188,226,122); }

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

border-color css

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

 span { border-color: rgb(188,226,122); }

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