Html Css Color HEX #BCEA92 Sulu

📋 copy color: '#BCEA92'

red 188 ◦ green 234 ◦ blue 146

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

Shades of Sulu #BCEA92

Tints of Sulu #BCEA92

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.2%

 BLUE value IS 146 (57.42% from 255) = 25.7%

R = 33.1%
G = 41.2%
B = 25.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#BCEA92 (or 0xBCEA92) is known color: Sulu. HEX triplet: BC, EA and 92. RGB value is (188,234,146). Sum of RGB (Red+Green+Blue) = 188+234+146=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEA92 is #43156D. Grayscale: #D2D2D2. Windows color (decimal): -4396398 or 9628348. OLE color: 9628348.

HSL color Cylindrical-coordinate representation of color #BCEA92: hue angle of 91.36º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCEA92 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 146 -
CMYK 0.20 0 0.38 0.08
HSL 91.36º 0.68% 0.75% -
HSV(B) 91.36º 0.38% 0.92% -
XYZ 55.35 71.61 38.1 -
YUV 210.21 91.76 112.16 -
System Red Green Blue C M Y K H S L
Decimal 188 234 146 0.20 0 0.38 0.08 91.36 0.68 0.75
Hex BC EA 92 14 0 26 8 5B 44 4B
Octal 274 352 222 24 0 46 10 133 104 113
Binary 10111100 11101010 10010010 10100 0 100110 1000 1011011 1000100 1001011

Color Harmonies of #BCEA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA92

Black with #BCEA92

Text Example


Text Example

White with #BCEA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA92; }

 p { color: rgb(188,234,146); }

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

background-color css

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

 a { background-color: rgb(188,234,146); }

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

border-color css

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

 span { border-color: rgb(188,234,146); }

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