Html Css Color HEX #BCF376 Sulu

📋 copy color: '#BCF376'

red 188 ◦ green 243 ◦ blue 118

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

Shades of Sulu #BCF376

Tints of Sulu #BCF376

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.26%

 BLUE value IS 118 (46.48% from 255) = 21.49%

R = 34.24%
G = 44.26%
B = 21.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#BCF376 (or 0xBCF376) is known color: Sulu. HEX triplet: BC, F3 and 76. RGB value is (188,243,118). Sum of RGB (Red+Green+Blue) = 188+243+118=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF376 is #430C89. Grayscale: #D4D4D4. Windows color (decimal): -4394122 or 7795644. OLE color: 7795644.

HSL color Cylindrical-coordinate representation of color #BCF376: hue angle of 86.4º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCF376 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 118 -
CMYK 0.23 0 0.51 0.05
HSL 86.4º 0.84% 0.71% -
HSV(B) 86.4º 0.51% 0.95% -
XYZ 56.06 76.1 28.87 -
YUV 212.31 74.78 110.66 -
System Red Green Blue C M Y K H S L
Decimal 188 243 118 0.23 0 0.51 0.05 86.4 0.84 0.71
Hex BC F3 76 17 0 33 5 56 54 47
Octal 274 363 166 27 0 63 5 126 124 107
Binary 10111100 11110011 1110110 10111 0 110011 101 1010110 1010100 1000111

Color Harmonies of #BCF376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF376

Black with #BCF376

Text Example


Text Example

White with #BCF376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF376; }

 p { color: rgb(188,243,118); }

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

background-color css

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

 a { background-color: rgb(188,243,118); }

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

border-color css

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

 span { border-color: rgb(188,243,118); }

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