Html Css Color HEX #BCF96D Sulu

📋 copy color: '#BCF96D'

red 188 ◦ green 249 ◦ blue 109

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

Shades of Sulu #BCF96D

Tints of Sulu #BCF96D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.6%

 BLUE value IS 109 (42.97% from 255) = 19.96%

R = 34.43%
G = 45.6%
B = 19.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#BCF96D (or 0xBCF96D) is known color: Sulu. HEX triplet: BC, F9 and 6D. RGB value is (188,249,109). Sum of RGB (Red+Green+Blue) = 188+249+109=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF96D is #430692. Grayscale: #D7D7D7. Windows color (decimal): -4392595 or 7207356. OLE color: 7207356.

HSL color Cylindrical-coordinate representation of color #BCF96D: hue angle of 86.14º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCF96D is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 109 -
CMYK 0.24 0 0.56 0.02
HSL 86.14º 0.92% 0.7% -
HSV(B) 86.14º 0.56% 0.98% -
XYZ 57.38 79.55 26.8 -
YUV 214.8 68.29 108.88 -
System Red Green Blue C M Y K H S L
Decimal 188 249 109 0.24 0 0.56 0.02 86.14 0.92 0.7
Hex BC F9 6D 18 0 38 2 56 5C 46
Octal 274 371 155 30 0 70 2 126 134 106
Binary 10111100 11111001 1101101 11000 0 111000 10 1010110 1011100 1000110

Color Harmonies of #BCF96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF96D

Black with #BCF96D

Text Example


Text Example

White with #BCF96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF96D; }

 p { color: rgb(188,249,109); }

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

background-color css

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

 a { background-color: rgb(188,249,109); }

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

border-color css

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

 span { border-color: rgb(188,249,109); }

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