Html Css Color HEX #BCE975 Sulu

📋 copy color: '#BCE975'

red 188 ◦ green 233 ◦ blue 117

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

Shades of Sulu #BCE975

Tints of Sulu #BCE975

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.31%

 BLUE value IS 117 (46.09% from 255) = 21.75%

R = 34.94%
G = 43.31%
B = 21.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#BCE975 (or 0xBCE975) is known color: Sulu. HEX triplet: BC, E9 and 75. RGB value is (188,233,117). Sum of RGB (Red+Green+Blue) = 188+233+117=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE975 is #43168A. Grayscale: #CECECE. Windows color (decimal): -4396683 or 7727548. OLE color: 7727548.

HSL color Cylindrical-coordinate representation of color #BCE975: hue angle of 83.28º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCE975 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 117 -
CMYK 0.19 0 0.50 0.09
HSL 83.28º 0.73% 0.69% -
HSV(B) 83.28º 0.5% 0.91% -
XYZ 53.09 70.25 27.59 -
YUV 206.32 77.59 114.93 -
System Red Green Blue C M Y K H S L
Decimal 188 233 117 0.19 0 0.50 0.09 83.28 0.73 0.69
Hex BC E9 75 13 0 32 9 53 48 45
Octal 274 351 165 23 0 62 11 123 110 105
Binary 10111100 11101001 1110101 10011 0 110010 1001 1010011 1001000 1000101

Color Harmonies of #BCE975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE975

Black with #BCE975

Text Example


Text Example

White with #BCE975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE975; }

 p { color: rgb(188,233,117); }

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

background-color css

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

 a { background-color: rgb(188,233,117); }

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

border-color css

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

 span { border-color: rgb(188,233,117); }

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