Html Css Color HEX #BCE57A Sulu

📋 copy color: '#BCE57A'

red 188 ◦ green 229 ◦ blue 122

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

Shades of Sulu #BCE57A

Tints of Sulu #BCE57A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.49%

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

R = 34.88%
G = 42.49%
B = 22.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#BCE57A (or 0xBCE57A) is known color: Sulu. HEX triplet: BC, E5 and 7A. RGB value is (188,229,122). Sum of RGB (Red+Green+Blue) = 188+229+122=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE57A is #431A85. Grayscale: #CCCCCC. Windows color (decimal): -4397702 or 8054204. OLE color: 8054204.

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

Color convert

RGB 188 229 122 -
CMYK 0.18 0 0.47 0.10
HSL 82.99º 0.67% 0.69% -
HSV(B) 82.99º 0.47% 0.9% -
XYZ 52.27 68.14 28.81 -
YUV 204.54 81.42 116.2 -
System Red Green Blue C M Y K H S L
Decimal 188 229 122 0.18 0 0.47 0.10 82.99 0.67 0.69
Hex BC E5 7A 12 0 2F A 53 43 45
Octal 274 345 172 22 0 57 12 123 103 105
Binary 10111100 11100101 1111010 10010 0 101111 1010 1010011 1000011 1000101

Color Harmonies of #BCE57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE57A

Black with #BCE57A

Text Example


Text Example

White with #BCE57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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