Html Css Color HEX #BCE472 Sulu

📋 copy color: '#BCE472'

red 188 ◦ green 228 ◦ blue 114

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

Shades of Sulu #BCE472

Tints of Sulu #BCE472

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.02%

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

R = 35.47%
G = 43.02%
B = 21.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#BCE472 (or 0xBCE472) is known color: Sulu. HEX triplet: BC, E4 and 72. RGB value is (188,228,114). Sum of RGB (Red+Green+Blue) = 188+228+114=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE472 is #431B8D. Grayscale: #CBCBCB. Windows color (decimal): -4397966 or 7529660. OLE color: 7529660.

HSL color Cylindrical-coordinate representation of color #BCE472: hue angle of 81.05º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCE472 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 114 -
CMYK 0.18 0 0.50 0.11
HSL 81.05º 0.68% 0.67% -
HSV(B) 81.05º 0.5% 0.89% -
XYZ 51.52 67.39 26.21 -
YUV 203.04 77.75 117.27 -
System Red Green Blue C M Y K H S L
Decimal 188 228 114 0.18 0 0.50 0.11 81.05 0.68 0.67
Hex BC E4 72 12 0 32 B 51 44 43
Octal 274 344 162 22 0 62 13 121 104 103
Binary 10111100 11100100 1110010 10010 0 110010 1011 1010001 1000100 1000011

Color Harmonies of #BCE472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE472

Black with #BCE472

Text Example


Text Example

White with #BCE472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE472; }

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

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

background-color css

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

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

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

border-color css

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

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

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