Html Css Color HEX #BDDA73 Sulu

📋 copy color: '#BDDA73'

red 189 ◦ green 218 ◦ blue 115

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

Shades of Sulu #BDDA73

Tints of Sulu #BDDA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.03%

R = 36.21%
G = 41.76%
B = 22.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#BDDA73 (or 0xBDDA73) is known color: Sulu. HEX triplet: BD, DA and 73. RGB value is (189,218,115). Sum of RGB (Red+Green+Blue) = 189+218+115=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA73 is #42258C. Grayscale: #C5C5C5. Windows color (decimal): -4334989 or 7592637. OLE color: 7592637.

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

Color convert

RGB 189 218 115 -
CMYK 0.13 0 0.47 0.15
HSL 76.89º 0.58% 0.65% -
HSV(B) 76.89º 0.47% 0.85% -
XYZ 49.15 62.2 25.63 -
YUV 197.59 81.39 121.88 -
System Red Green Blue C M Y K H S L
Decimal 189 218 115 0.13 0 0.47 0.15 76.89 0.58 0.65
Hex BD DA 73 D 0 2F F 4D 3A 41
Octal 275 332 163 15 0 57 17 115 72 101
Binary 10111101 11011010 1110011 1101 0 101111 1111 1001101 111010 1000001

Color Harmonies of #BDDA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA73

Black with #BDDA73

Text Example


Text Example

White with #BDDA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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