Html Css Color HEX #BCE68A Sulu

📋 copy color: '#BCE68A'

red 188 ◦ green 230 ◦ blue 138

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

Shades of Sulu #BCE68A

Tints of Sulu #BCE68A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.37%

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

R = 33.81%
G = 41.37%
B = 24.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#BCE68A (or 0xBCE68A) is known color: Sulu. HEX triplet: BC, E6 and 8A. RGB value is (188,230,138). Sum of RGB (Red+Green+Blue) = 188+230+138=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE68A is #431975. Grayscale: #CFCFCF. Windows color (decimal): -4397430 or 9103036. OLE color: 9103036.

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

Color convert

RGB 188 230 138 -
CMYK 0.18 0 0.4 0.10
HSL 87.39º 0.65% 0.72% -
HSV(B) 87.39º 0.4% 0.9% -
XYZ 53.62 69.12 34.56 -
YUV 206.95 89.09 114.48 -
System Red Green Blue C M Y K H S L
Decimal 188 230 138 0.18 0 0.4 0.10 87.39 0.65 0.72
Hex BC E6 8A 12 0 28 A 57 41 48
Octal 274 346 212 22 0 50 12 127 101 110
Binary 10111100 11100110 10001010 10010 0 101000 1010 1010111 1000001 1001000

Color Harmonies of #BCE68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE68A

Black with #BCE68A

Text Example


Text Example

White with #BCE68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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