Html Css Color HEX #BCF68A Sulu

📋 copy color: '#BCF68A'

red 188 ◦ green 246 ◦ blue 138

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

Shades of Sulu #BCF68A

Tints of Sulu #BCF68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.13%

R = 32.87%
G = 43.01%
B = 24.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#BCF68A (or 0xBCF68A) is known color: Sulu. HEX triplet: BC, F6 and 8A. RGB value is (188,246,138). Sum of RGB (Red+Green+Blue) = 188+246+138=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF68A is #430975. Grayscale: #D8D8D8. Windows color (decimal): -4393334 or 9107132. OLE color: 9107132.

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

Color convert

RGB 188 246 138 -
CMYK 0.24 0 0.44 0.04
HSL 92.22º 0.86% 0.75% -
HSV(B) 92.22º 0.44% 0.96% -
XYZ 58.28 78.44 36.11 -
YUV 216.35 83.78 107.78 -
System Red Green Blue C M Y K H S L
Decimal 188 246 138 0.24 0 0.44 0.04 92.22 0.86 0.75
Hex BC F6 8A 18 0 2C 4 5C 56 4B
Octal 274 366 212 30 0 54 4 134 126 113
Binary 10111100 11110110 10001010 11000 0 101100 100 1011100 1010110 1001011

Color Harmonies of #BCF68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF68A

Black with #BCF68A

Text Example


Text Example

White with #BCF68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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