Html Css Color HEX #BCF092 Sulu

📋 copy color: '#BCF092'

red 188 ◦ green 240 ◦ blue 146

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

Shades of Sulu #BCF092

Tints of Sulu #BCF092

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.81%

 BLUE value IS 146 (57.42% from 255) = 25.44%

R = 32.75%
G = 41.81%
B = 25.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#BCF092 (or 0xBCF092) is known color: Sulu. HEX triplet: BC, F0 and 92. RGB value is (188,240,146). Sum of RGB (Red+Green+Blue) = 188+240+146=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 146 (57.42% from 255 or 25.44% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF092 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF092 is #430F6D. Grayscale: #D6D6D6. Windows color (decimal): -4394862 or 9629884. OLE color: 9629884.

HSL color Cylindrical-coordinate representation of color #BCF092: hue angle of 93.19º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCF092 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 146 -
CMYK 0.22 0 0.39 0.06
HSL 93.19º 0.76% 0.76% -
HSV(B) 93.19º 0.39% 0.94% -
XYZ 57.09 75.09 38.68 -
YUV 213.74 89.77 109.64 -
System Red Green Blue C M Y K H S L
Decimal 188 240 146 0.22 0 0.39 0.06 93.19 0.76 0.76
Hex BC F0 92 16 0 27 6 5D 4C 4C
Octal 274 360 222 26 0 47 6 135 114 114
Binary 10111100 11110000 10010010 10110 0 100111 110 1011101 1001100 1001100

Color Harmonies of #BCF092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF092

Black with #BCF092

Text Example


Text Example

White with #BCF092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF092; }

 p { color: rgb(188,240,146); }

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

background-color css

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

 a { background-color: rgb(188,240,146); }

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

border-color css

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

 span { border-color: rgb(188,240,146); }

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