Html Css Color HEX #BCF076 Sulu

📋 copy color: '#BCF076'

red 188 ◦ green 240 ◦ blue 118

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

Shades of Sulu #BCF076

Tints of Sulu #BCF076

RGB

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

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

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

R = 34.43%
G = 43.96%
B = 21.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#BCF076 (or 0xBCF076) is known color: Sulu. HEX triplet: BC, F0 and 76. RGB value is (188,240,118). Sum of RGB (Red+Green+Blue) = 188+240+118=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF076 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF076 is #430F89. Grayscale: #D2D2D2. Windows color (decimal): -4394890 or 7794876. OLE color: 7794876.

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

Color convert

RGB 188 240 118 -
CMYK 0.22 0 0.51 0.06
HSL 85.57º 0.8% 0.7% -
HSV(B) 85.57º 0.51% 0.94% -
XYZ 55.17 74.32 28.58 -
YUV 210.54 75.77 111.92 -
System Red Green Blue C M Y K H S L
Decimal 188 240 118 0.22 0 0.51 0.06 85.57 0.8 0.7
Hex BC F0 76 16 0 33 6 56 50 46
Octal 274 360 166 26 0 63 6 126 120 106
Binary 10111100 11110000 1110110 10110 0 110011 110 1010110 1010000 1000110

Color Harmonies of #BCF076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF076

Black with #BCF076

Text Example


Text Example

White with #BCF076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF076; }

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

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

background-color css

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

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

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

border-color css

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

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

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