Html Css Color HEX #BCE07B Sulu

📋 copy color: '#BCE07B'

red 188 ◦ green 224 ◦ blue 123

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

Shades of Sulu #BCE07B

Tints of Sulu #BCE07B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.87%

 BLUE value IS 123 (48.44% from 255) = 22.99%

R = 35.14%
G = 41.87%
B = 22.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#BCE07B (or 0xBCE07B) is known color: Sulu. HEX triplet: BC, E0 and 7B. RGB value is (188,224,123). Sum of RGB (Red+Green+Blue) = 188+224+123=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE07B is #431F84. Grayscale: #CACACA. Windows color (decimal): -4398981 or 8118460. OLE color: 8118460.

HSL color Cylindrical-coordinate representation of color #BCE07B: hue angle of 81.39º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCE07B is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 123 -
CMYK 0.16 0 0.45 0.12
HSL 81.39º 0.62% 0.68% -
HSV(B) 81.39º 0.45% 0.88% -
XYZ 50.97 65.43 28.68 -
YUV 201.72 83.57 118.21 -
System Red Green Blue C M Y K H S L
Decimal 188 224 123 0.16 0 0.45 0.12 81.39 0.62 0.68
Hex BC E0 7B 10 0 2D C 51 3E 44
Octal 274 340 173 20 0 55 14 121 76 104
Binary 10111100 11100000 1111011 10000 0 101101 1100 1010001 111110 1000100

Color Harmonies of #BCE07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE07B

Black with #BCE07B

Text Example


Text Example

White with #BCE07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE07B; }

 p { color: rgb(188,224,123); }

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

background-color css

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

 a { background-color: rgb(188,224,123); }

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

border-color css

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

 span { border-color: rgb(188,224,123); }

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