Html Css Color HEX #BCF484 Sulu

📋 copy color: '#BCF484'

red 188 ◦ green 244 ◦ blue 132

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

Shades of Sulu #BCF484

Tints of Sulu #BCF484

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.26%

 BLUE value IS 132 (51.95% from 255) = 23.4%

R = 33.33%
G = 43.26%
B = 23.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#BCF484 (or 0xBCF484) is known color: Sulu. HEX triplet: BC, F4 and 84. RGB value is (188,244,132). Sum of RGB (Red+Green+Blue) = 188+244+132=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 132 (51.95% from 255 or 23.40% from 564); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF484 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF484 is #430B7B. Grayscale: #D6D6D6. Windows color (decimal): -4393852 or 8713404. OLE color: 8713404.

HSL color Cylindrical-coordinate representation of color #BCF484: hue angle of 90º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCF484 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 244 132 -
CMYK 0.23 0 0.46 0.04
HSL 90º 0.84% 0.74% -
HSV(B) 90º 0.46% 0.96% -
XYZ 57.25 77.06 33.69 -
YUV 214.49 81.45 109.11 -
System Red Green Blue C M Y K H S L
Decimal 188 244 132 0.23 0 0.46 0.04 90 0.84 0.74
Hex BC F4 84 17 0 2E 4 5A 54 4A
Octal 274 364 204 27 0 56 4 132 124 112
Binary 10111100 11110100 10000100 10111 0 101110 100 1011010 1010100 1001010

Color Harmonies of #BCF484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF484

Black with #BCF484

Text Example


Text Example

White with #BCF484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF484; }

 p { color: rgb(188,244,132); }

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

background-color css

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

 a { background-color: rgb(188,244,132); }

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

border-color css

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

 span { border-color: rgb(188,244,132); }

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