Html Css Color HEX #BCF590 Sulu

📋 copy color: '#BCF590'

red 188 ◦ green 245 ◦ blue 144

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

Shades of Sulu #BCF590

Tints of Sulu #BCF590

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.46%

 BLUE value IS 144 (56.64% from 255) = 24.96%

R = 32.58%
G = 42.46%
B = 24.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#BCF590 (or 0xBCF590) is known color: Sulu. HEX triplet: BC, F5 and 90. RGB value is (188,245,144). Sum of RGB (Red+Green+Blue) = 188+245+144=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF590 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF590 is #430A6F. Grayscale: #D8D8D8. Windows color (decimal): -4393584 or 9500092. OLE color: 9500092.

HSL color Cylindrical-coordinate representation of color #BCF590: hue angle of 93.86º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCF590 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 144 -
CMYK 0.23 0 0.41 0.04
HSL 93.86º 0.83% 0.76% -
HSV(B) 93.86º 0.41% 0.96% -
XYZ 58.43 78.01 38.36 -
YUV 216.44 87.12 107.71 -
System Red Green Blue C M Y K H S L
Decimal 188 245 144 0.23 0 0.41 0.04 93.86 0.83 0.76
Hex BC F5 90 17 0 29 4 5E 53 4C
Octal 274 365 220 27 0 51 4 136 123 114
Binary 10111100 11110101 10010000 10111 0 101001 100 1011110 1010011 1001100

Color Harmonies of #BCF590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF590

Black with #BCF590

Text Example


Text Example

White with #BCF590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF590; }

 p { color: rgb(188,245,144); }

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

background-color css

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

 a { background-color: rgb(188,245,144); }

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

border-color css

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

 span { border-color: rgb(188,245,144); }

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