Html Css Color HEX #BCE272 Sulu

📋 copy color: '#BCE272'

red 188 ◦ green 226 ◦ blue 114

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

Shades of Sulu #BCE272

Tints of Sulu #BCE272

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.8%

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

R = 35.61%
G = 42.8%
B = 21.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#BCE272 (or 0xBCE272) is known color: Sulu. HEX triplet: BC, E2 and 72. RGB value is (188,226,114). Sum of RGB (Red+Green+Blue) = 188+226+114=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE272 is #431D8D. Grayscale: #CACACA. Windows color (decimal): -4398478 or 7529148. OLE color: 7529148.

HSL color Cylindrical-coordinate representation of color #BCE272: hue angle of 80.36º degrees, saturation: 0.66, 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 #BCE272 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 226 114 -
CMYK 0.17 0 0.50 0.11
HSL 80.36º 0.66% 0.67% -
HSV(B) 80.36º 0.5% 0.89% -
XYZ 50.97 66.3 26.03 -
YUV 201.87 78.41 118.11 -
System Red Green Blue C M Y K H S L
Decimal 188 226 114 0.17 0 0.50 0.11 80.36 0.66 0.67
Hex BC E2 72 11 0 32 B 50 42 43
Octal 274 342 162 21 0 62 13 120 102 103
Binary 10111100 11100010 1110010 10001 0 110010 1011 1010000 1000010 1000011

Color Harmonies of #BCE272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE272

Black with #BCE272

Text Example


Text Example

White with #BCE272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE272; }

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

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

background-color css

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

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

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

border-color css

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

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

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