Html Css Color HEX #BCE872 Sulu

📋 copy color: '#BCE872'

red 188 ◦ green 232 ◦ blue 114

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

Shades of Sulu #BCE872

Tints of Sulu #BCE872

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.45%

 BLUE value IS 114 (44.92% from 255) = 21.35%

R = 35.21%
G = 43.45%
B = 21.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#BCE872 (or 0xBCE872) is known color: Sulu. HEX triplet: BC, E8 and 72. RGB value is (188,232,114). Sum of RGB (Red+Green+Blue) = 188+232+114=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 232 (91.02% from 255 or 43.45% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE872 is #43178D. Grayscale: #CDCDCD. Windows color (decimal): -4396942 or 7530684. OLE color: 7530684.

HSL color Cylindrical-coordinate representation of color #BCE872: hue angle of 82.37º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCE872 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 232 114 -
CMYK 0.19 0 0.51 0.09
HSL 82.37º 0.72% 0.68% -
HSV(B) 82.37º 0.51% 0.91% -
XYZ 52.63 69.62 26.58 -
YUV 205.39 76.42 115.59 -
System Red Green Blue C M Y K H S L
Decimal 188 232 114 0.19 0 0.51 0.09 82.37 0.72 0.68
Hex BC E8 72 13 0 33 9 52 48 44
Octal 274 350 162 23 0 63 11 122 110 104
Binary 10111100 11101000 1110010 10011 0 110011 1001 1010010 1001000 1000100

Color Harmonies of #BCE872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE872

Black with #BCE872

Text Example


Text Example

White with #BCE872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE872; }

 p { color: rgb(188,232,114); }

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

background-color css

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

 a { background-color: rgb(188,232,114); }

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

border-color css

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

 span { border-color: rgb(188,232,114); }

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