Html Css Color HEX #BCF677 Sulu

📋 copy color: '#BCF677'

red 188 ◦ green 246 ◦ blue 119

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

Shades of Sulu #BCF677

Tints of Sulu #BCF677

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.48%

 BLUE value IS 119 (46.88% from 255) = 21.52%

R = 34%
G = 44.48%
B = 21.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#BCF677 (or 0xBCF677) is known color: Sulu. HEX triplet: BC, F6 and 77. RGB value is (188,246,119). Sum of RGB (Red+Green+Blue) = 188+246+119=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 119 (46.88% from 255 or 21.52% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF677 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF677 is #430988. Grayscale: #D6D6D6. Windows color (decimal): -4393353 or 7861948. OLE color: 7861948.

HSL color Cylindrical-coordinate representation of color #BCF677: hue angle of 87.4º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCF677 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 119 -
CMYK 0.24 0 0.52 0.04
HSL 87.4º 0.88% 0.72% -
HSV(B) 87.4º 0.52% 0.96% -
XYZ 57.02 77.93 29.49 -
YUV 214.18 74.28 109.33 -
System Red Green Blue C M Y K H S L
Decimal 188 246 119 0.24 0 0.52 0.04 87.4 0.88 0.72
Hex BC F6 77 18 0 34 4 57 58 48
Octal 274 366 167 30 0 64 4 127 130 110
Binary 10111100 11110110 1110111 11000 0 110100 100 1010111 1011000 1001000

Color Harmonies of #BCF677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF677

Black with #BCF677

Text Example


Text Example

White with #BCF677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF677; }

 p { color: rgb(188,246,119); }

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

background-color css

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

 a { background-color: rgb(188,246,119); }

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

border-color css

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

 span { border-color: rgb(188,246,119); }

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