Html Css Color HEX #BDD78A Sulu

📋 copy color: '#BDD78A'

red 189 ◦ green 215 ◦ blue 138

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

Shades of Sulu #BDD78A

Tints of Sulu #BDD78A

RGB

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

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

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

R = 34.87%
G = 39.67%
B = 25.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#BDD78A (or 0xBDD78A) is known color: Sulu. HEX triplet: BD, D7 and 8A. RGB value is (189,215,138). Sum of RGB (Red+Green+Blue) = 189+215+138=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD78A is #422875. Grayscale: #C6C6C6. Windows color (decimal): -4335734 or 9099197. OLE color: 9099197.

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

Color convert

RGB 189 215 138 -
CMYK 0.12 0 0.36 0.16
HSL 80.26º 0.49% 0.69% -
HSV(B) 80.26º 0.36% 0.84% -
XYZ 49.87 61.25 33.24 -
YUV 198.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 189 215 138 0.12 0 0.36 0.16 80.26 0.49 0.69
Hex BD D7 8A C 0 24 10 50 31 45
Octal 275 327 212 14 0 44 20 120 61 105
Binary 10111101 11010111 10001010 1100 0 100100 10000 1010000 110001 1000101

Color Harmonies of #BDD78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD78A

Black with #BDD78A

Text Example


Text Example

White with #BDD78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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