Html Css Color HEX #BCE38A Sulu

📋 copy color: '#BCE38A'

red 188 ◦ green 227 ◦ blue 138

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

Shades of Sulu #BCE38A

Tints of Sulu #BCE38A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.05%

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

R = 34%
G = 41.05%
B = 24.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#BCE38A (or 0xBCE38A) is known color: Sulu. HEX triplet: BC, E3 and 8A. RGB value is (188,227,138). Sum of RGB (Red+Green+Blue) = 188+227+138=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE38A is #431C75. Grayscale: #CDCDCD. Windows color (decimal): -4398198 or 9102268. OLE color: 9102268.

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

Color convert

RGB 188 227 138 -
CMYK 0.17 0 0.39 0.11
HSL 86.29º 0.61% 0.72% -
HSV(B) 86.29º 0.39% 0.89% -
XYZ 52.8 67.46 34.28 -
YUV 205.19 90.08 115.74 -
System Red Green Blue C M Y K H S L
Decimal 188 227 138 0.17 0 0.39 0.11 86.29 0.61 0.72
Hex BC E3 8A 11 0 27 B 56 3D 48
Octal 274 343 212 21 0 47 13 126 75 110
Binary 10111100 11100011 10001010 10001 0 100111 1011 1010110 111101 1001000

Color Harmonies of #BCE38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE38A

Black with #BCE38A

Text Example


Text Example

White with #BCE38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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