Html Css Color HEX #BDDA81 Sulu

📋 copy color: '#BDDA81'

red 189 ◦ green 218 ◦ blue 129

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

Shades of Sulu #BDDA81

Tints of Sulu #BDDA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.07%

R = 35.26%
G = 40.67%
B = 24.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#BDDA81 (or 0xBDDA81) is known color: Sulu. HEX triplet: BD, DA and 81. RGB value is (189,218,129). Sum of RGB (Red+Green+Blue) = 189+218+129=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDA81 is #42257E. Grayscale: #C7C7C7. Windows color (decimal): -4334975 or 8510141. OLE color: 8510141.

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

Color convert

RGB 189 218 129 -
CMYK 0.13 0 0.41 0.15
HSL 79.55º 0.55% 0.68% -
HSV(B) 79.55º 0.41% 0.85% -
XYZ 50.02 62.55 30.21 -
YUV 199.18 88.39 120.74 -
System Red Green Blue C M Y K H S L
Decimal 189 218 129 0.13 0 0.41 0.15 79.55 0.55 0.68
Hex BD DA 81 D 0 29 F 50 37 44
Octal 275 332 201 15 0 51 17 120 67 104
Binary 10111101 11011010 10000001 1101 0 101001 1111 1010000 110111 1000100

Color Harmonies of #BDDA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA81

Black with #BDDA81

Text Example


Text Example

White with #BDDA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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