Html Css Color HEX #BCF591 Sulu

📋 copy color: '#BCF591'

red 188 ◦ green 245 ◦ blue 145

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

Shades of Sulu #BCF591

Tints of Sulu #BCF591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.09%

R = 32.53%
G = 42.39%
B = 25.09%

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

#BCF591 (or 0xBCF591) is known color: Sulu. HEX triplet: BC, F5 and 91. RGB value is (188,245,145). Sum of RGB (Red+Green+Blue) = 188+245+145=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 145 (57.03% from 255 or 25.09% from 578); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF591 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF591 is #430A6E. Grayscale: #D8D8D8. Windows color (decimal): -4393583 or 9565628. OLE color: 9565628.

HSL color Cylindrical-coordinate representation of color #BCF591: hue angle of 94.2º 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 #BCF591 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 145 -
CMYK 0.23 0 0.41 0.04
HSL 94.2º 0.83% 0.76% -
HSV(B) 94.2º 0.41% 0.96% -
XYZ 58.5 78.04 38.77 -
YUV 216.56 87.62 107.63 -
System Red Green Blue C M Y K H S L
Decimal 188 245 145 0.23 0 0.41 0.04 94.2 0.83 0.76
Hex BC F5 91 17 0 29 4 5E 53 4C
Octal 274 365 221 27 0 51 4 136 123 114
Binary 10111100 11110101 10010001 10111 0 101001 100 1011110 1010011 1001100

Color Harmonies of #BCF591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF591

Black with #BCF591

Text Example


Text Example

White with #BCF591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF591; }

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

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

background-color css

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

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

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

border-color css

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

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

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