Html Css Color HEX #BDD774 Sulu

📋 copy color: '#BDD774'

red 189 ◦ green 215 ◦ blue 116

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

Shades of Sulu #BDD774

Tints of Sulu #BDD774

RGB

 RED value IS 189 (74.22% from 255) = 36.35%

 GREEN value IS 215 (84.38% from 255) = 41.35%

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

R = 36.35%
G = 41.35%
B = 22.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#BDD774 (or 0xBDD774) is known color: Sulu. HEX triplet: BD, D7 and 74. RGB value is (189,215,116). Sum of RGB (Red+Green+Blue) = 189+215+116=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD774 is #42288B. Grayscale: #C4C4C4. Windows color (decimal): -4335756 or 7657405. OLE color: 7657405.

HSL color Cylindrical-coordinate representation of color #BDD774: hue angle of 75.76º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDD774 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 116 -
CMYK 0.12 0 0.46 0.16
HSL 75.76º 0.55% 0.65% -
HSV(B) 75.76º 0.46% 0.84% -
XYZ 48.44 60.68 25.68 -
YUV 195.94 82.89 123.05 -
System Red Green Blue C M Y K H S L
Decimal 189 215 116 0.12 0 0.46 0.16 75.76 0.55 0.65
Hex BD D7 74 C 0 2E 10 4C 37 41
Octal 275 327 164 14 0 56 20 114 67 101
Binary 10111101 11010111 1110100 1100 0 101110 10000 1001100 110111 1000001

Color Harmonies of #BDD774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD774

Black with #BDD774

Text Example


Text Example

White with #BDD774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD774; }

 p { color: rgb(189,215,116); }

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

background-color css

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

 a { background-color: rgb(189,215,116); }

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

border-color css

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

 span { border-color: rgb(189,215,116); }

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