Html Css Color HEX #BDD98A Sulu

📋 copy color: '#BDD98A'

red 189 ◦ green 217 ◦ blue 138

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

Shades of Sulu #BDD98A

Tints of Sulu #BDD98A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.89%

 BLUE value IS 138 (54.3% from 255) = 25.37%

R = 34.74%
G = 39.89%
B = 25.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#BDD98A (or 0xBDD98A) is known color: Sulu. HEX triplet: BD, D9 and 8A. RGB value is (189,217,138). Sum of RGB (Red+Green+Blue) = 189+217+138=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD98A is #422675. Grayscale: #C7C7C7. Windows color (decimal): -4335222 or 9099709. OLE color: 9099709.

HSL color Cylindrical-coordinate representation of color #BDD98A: hue angle of 81.27º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDD98A is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 138 -
CMYK 0.13 0 0.36 0.15
HSL 81.27º 0.51% 0.7% -
HSV(B) 81.27º 0.36% 0.85% -
XYZ 50.39 62.28 33.41 -
YUV 199.62 93.22 120.42 -
System Red Green Blue C M Y K H S L
Decimal 189 217 138 0.13 0 0.36 0.15 81.27 0.51 0.7
Hex BD D9 8A D 0 24 F 51 33 46
Octal 275 331 212 15 0 44 17 121 63 106
Binary 10111101 11011001 10001010 1101 0 100100 1111 1010001 110011 1000110

Color Harmonies of #BDD98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD98A

Black with #BDD98A

Text Example


Text Example

White with #BDD98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD98A; }

 p { color: rgb(189,217,138); }

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

background-color css

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

 a { background-color: rgb(189,217,138); }

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

border-color css

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

 span { border-color: rgb(189,217,138); }

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