Html Css Color HEX #BDD874 Sulu

📋 copy color: '#BDD874'

red 189 ◦ green 216 ◦ blue 116

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

Shades of Sulu #BDD874

Tints of Sulu #BDD874

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.46%

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

R = 36.28%
G = 41.46%
B = 22.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#BDD874 (or 0xBDD874) is known color: Sulu. HEX triplet: BD, D8 and 74. RGB value is (189,216,116). Sum of RGB (Red+Green+Blue) = 189+216+116=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD874 is #42278B. Grayscale: #C4C4C4. Windows color (decimal): -4335500 or 7657661. OLE color: 7657661.

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

Color convert

RGB 189 216 116 -
CMYK 0.12 0 0.46 0.15
HSL 76.2º 0.56% 0.65% -
HSV(B) 76.2º 0.46% 0.85% -
XYZ 48.69 61.19 25.77 -
YUV 196.53 82.55 122.63 -
System Red Green Blue C M Y K H S L
Decimal 189 216 116 0.12 0 0.46 0.15 76.2 0.56 0.65
Hex BD D8 74 C 0 2E F 4C 38 41
Octal 275 330 164 14 0 56 17 114 70 101
Binary 10111101 11011000 1110100 1100 0 101110 1111 1001100 111000 1000001

Color Harmonies of #BDD874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD874

Black with #BDD874

Text Example


Text Example

White with #BDD874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD874; }

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

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

background-color css

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

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

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

border-color css

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

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

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