Html Css Color HEX #BDD675 Sulu

📋 copy color: '#BDD675'

red 189 ◦ green 214 ◦ blue 117

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

Shades of Sulu #BDD675

Tints of Sulu #BDD675

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.15%

 BLUE value IS 117 (46.09% from 255) = 22.5%

R = 36.35%
G = 41.15%
B = 22.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#BDD675 (or 0xBDD675) is known color: Sulu. HEX triplet: BD, D6 and 75. RGB value is (189,214,117). Sum of RGB (Red+Green+Blue) = 189+214+117=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD675 is #42298A. Grayscale: #C3C3C3. Windows color (decimal): -4336011 or 7722685. OLE color: 7722685.

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

Color convert

RGB 189 214 117 -
CMYK 0.12 0 0.45 0.16
HSL 75.46º 0.54% 0.65% -
HSV(B) 75.46º 0.45% 0.84% -
XYZ 48.24 60.2 25.91 -
YUV 195.47 83.72 123.39 -
System Red Green Blue C M Y K H S L
Decimal 189 214 117 0.12 0 0.45 0.16 75.46 0.54 0.65
Hex BD D6 75 C 0 2D 10 4B 36 41
Octal 275 326 165 14 0 55 20 113 66 101
Binary 10111101 11010110 1110101 1100 0 101101 10000 1001011 110110 1000001

Color Harmonies of #BDD675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD675

Black with #BDD675

Text Example


Text Example

White with #BDD675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD675; }

 p { color: rgb(189,214,117); }

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

background-color css

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

 a { background-color: rgb(189,214,117); }

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

border-color css

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

 span { border-color: rgb(189,214,117); }

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