Html Css Color HEX #BCDB74 Sulu

📋 copy color: '#BCDB74'

red 188 ◦ green 219 ◦ blue 116

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

Shades of Sulu #BCDB74

Tints of Sulu #BCDB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.18%

R = 35.95%
G = 41.87%
B = 22.18%

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

#BCDB74 (or 0xBCDB74) is known color: Sulu. HEX triplet: BC, DB and 74. RGB value is (188,219,116). Sum of RGB (Red+Green+Blue) = 188+219+116=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB74 is #43248B. Grayscale: #C6C6C6. Windows color (decimal): -4400268 or 7658428. OLE color: 7658428.

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

Color convert

RGB 188 219 116 -
CMYK 0.14 0 0.47 0.14
HSL 78.06º 0.59% 0.66% -
HSV(B) 78.06º 0.47% 0.86% -
XYZ 49.22 62.62 26.01 -
YUV 197.99 81.73 120.88 -
System Red Green Blue C M Y K H S L
Decimal 188 219 116 0.14 0 0.47 0.14 78.06 0.59 0.66
Hex BC DB 74 E 0 2F E 4E 3B 42
Octal 274 333 164 16 0 57 16 116 73 102
Binary 10111100 11011011 1110100 1110 0 101111 1110 1001110 111011 1000010

Color Harmonies of #BCDB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB74

Black with #BCDB74

Text Example


Text Example

White with #BCDB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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