Html Css Color HEX #BCDB73 Sulu

📋 copy color: '#BCDB73'

red 188 ◦ green 219 ◦ blue 115

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

Shades of Sulu #BCDB73

Tints of Sulu #BCDB73

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.95%

 BLUE value IS 115 (45.31% from 255) = 22.03%

R = 36.02%
G = 41.95%
B = 22.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#BCDB73 (or 0xBCDB73) is known color: Sulu. HEX triplet: BC, DB and 73. RGB value is (188,219,115). Sum of RGB (Red+Green+Blue) = 188+219+115=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB73 is #43248C. Grayscale: #C6C6C6. Windows color (decimal): -4400269 or 7592892. OLE color: 7592892.

HSL color Cylindrical-coordinate representation of color #BCDB73: hue angle of 77.88º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCDB73 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 115 -
CMYK 0.14 0 0.47 0.14
HSL 77.88º 0.59% 0.65% -
HSV(B) 77.88º 0.47% 0.86% -
XYZ 49.17 62.59 25.71 -
YUV 197.88 81.23 120.96 -
System Red Green Blue C M Y K H S L
Decimal 188 219 115 0.14 0 0.47 0.14 77.88 0.59 0.65
Hex BC DB 73 E 0 2F E 4E 3B 41
Octal 274 333 163 16 0 57 16 116 73 101
Binary 10111100 11011011 1110011 1110 0 101111 1110 1001110 111011 1000001

Color Harmonies of #BCDB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB73

Black with #BCDB73

Text Example


Text Example

White with #BCDB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB73; }

 p { color: rgb(188,219,115); }

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

background-color css

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

 a { background-color: rgb(188,219,115); }

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

border-color css

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

 span { border-color: rgb(188,219,115); }

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