Html Css Color HEX #BDD57A Sulu

📋 copy color: '#BDD57A'

red 189 ◦ green 213 ◦ blue 122

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

Shades of Sulu #BDD57A

Tints of Sulu #BDD57A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.65%

 BLUE value IS 122 (48.05% from 255) = 23.28%

R = 36.07%
G = 40.65%
B = 23.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#BDD57A (or 0xBDD57A) is known color: Sulu. HEX triplet: BD, D5 and 7A. RGB value is (189,213,122). Sum of RGB (Red+Green+Blue) = 189+213+122=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD57A is #422A85. Grayscale: #C3C3C3. Windows color (decimal): -4336262 or 8050109. OLE color: 8050109.

HSL color Cylindrical-coordinate representation of color #BDD57A: hue angle of 75.82º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDD57A is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 122 -
CMYK 0.11 0 0.43 0.16
HSL 75.82º 0.52% 0.66% -
HSV(B) 75.82º 0.43% 0.84% -
XYZ 48.29 59.81 27.41 -
YUV 195.45 86.55 123.4 -
System Red Green Blue C M Y K H S L
Decimal 189 213 122 0.11 0 0.43 0.16 75.82 0.52 0.66
Hex BD D5 7A B 0 2B 10 4C 34 42
Octal 275 325 172 13 0 53 20 114 64 102
Binary 10111101 11010101 1111010 1011 0 101011 10000 1001100 110100 1000010

Color Harmonies of #BDD57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD57A

Black with #BDD57A

Text Example


Text Example

White with #BDD57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD57A; }

 p { color: rgb(189,213,122); }

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

background-color css

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

 a { background-color: rgb(189,213,122); }

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

border-color css

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

 span { border-color: rgb(189,213,122); }

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