Html Css Color HEX #BCED72 Sulu

📋 copy color: '#BCED72'

red 188 ◦ green 237 ◦ blue 114

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

Shades of Sulu #BCED72

Tints of Sulu #BCED72

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.97%

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

R = 34.88%
G = 43.97%
B = 21.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#BCED72 (or 0xBCED72) is known color: Sulu. HEX triplet: BC, ED and 72. RGB value is (188,237,114). Sum of RGB (Red+Green+Blue) = 188+237+114=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED72 is #43128D. Grayscale: #D0D0D0. Windows color (decimal): -4395662 or 7531964. OLE color: 7531964.

HSL color Cylindrical-coordinate representation of color #BCED72: hue angle of 83.9º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCED72 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 114 -
CMYK 0.21 0 0.52 0.07
HSL 83.9º 0.77% 0.69% -
HSV(B) 83.9º 0.52% 0.93% -
XYZ 54.06 72.47 27.06 -
YUV 208.33 74.77 113.5 -
System Red Green Blue C M Y K H S L
Decimal 188 237 114 0.21 0 0.52 0.07 83.9 0.77 0.69
Hex BC ED 72 15 0 34 7 54 4D 45
Octal 274 355 162 25 0 64 7 124 115 105
Binary 10111100 11101101 1110010 10101 0 110100 111 1010100 1001101 1000101

Color Harmonies of #BCED72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED72

Black with #BCED72

Text Example


Text Example

White with #BCED72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED72; }

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

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

background-color css

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

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

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

border-color css

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

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

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