Html Css Color HEX #BDDA86 Sulu

📋 copy color: '#BDDA86'

red 189 ◦ green 218 ◦ blue 134

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

Shades of Sulu #BDDA86

Tints of Sulu #BDDA86

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.3%

 BLUE value IS 134 (52.73% from 255) = 24.77%

R = 34.94%
G = 40.3%
B = 24.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#BDDA86 (or 0xBDDA86) is known color: Sulu. HEX triplet: BD, DA and 86. RGB value is (189,218,134). Sum of RGB (Red+Green+Blue) = 189+218+134=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDA86 is #422579. Grayscale: #C8C8C8. Windows color (decimal): -4334970 or 8837821. OLE color: 8837821.

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

Color convert

RGB 189 218 134 -
CMYK 0.13 0 0.39 0.15
HSL 80.71º 0.53% 0.69% -
HSV(B) 80.71º 0.39% 0.85% -
XYZ 50.36 62.68 32 -
YUV 199.75 90.89 120.33 -
System Red Green Blue C M Y K H S L
Decimal 189 218 134 0.13 0 0.39 0.15 80.71 0.53 0.69
Hex BD DA 86 D 0 27 F 51 35 45
Octal 275 332 206 15 0 47 17 121 65 105
Binary 10111101 11011010 10000110 1101 0 100111 1111 1010001 110101 1000101

Color Harmonies of #BDDA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA86

Black with #BDDA86

Text Example


Text Example

White with #BDDA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA86; }

 p { color: rgb(189,218,134); }

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

background-color css

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

 a { background-color: rgb(189,218,134); }

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

border-color css

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

 span { border-color: rgb(189,218,134); }

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