Html Css Color HEX #BDDC73 Sulu

📋 copy color: '#BDDC73'

red 189 ◦ green 220 ◦ blue 115

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

Shades of Sulu #BDDC73

Tints of Sulu #BDDC73

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.98%

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

R = 36.07%
G = 41.98%
B = 21.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#BDDC73 (or 0xBDDC73) is known color: Sulu. HEX triplet: BD, DC and 73. RGB value is (189,220,115). Sum of RGB (Red+Green+Blue) = 189+220+115=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 115 (45.31% from 255 or 21.95% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC73 is #42238C. Grayscale: #C7C7C7. Windows color (decimal): -4334477 or 7593149. OLE color: 7593149.

HSL color Cylindrical-coordinate representation of color #BDDC73: hue angle of 77.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDDC73 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 115 -
CMYK 0.14 0 0.48 0.14
HSL 77.71º 0.6% 0.66% -
HSV(B) 77.71º 0.48% 0.86% -
XYZ 49.67 63.24 25.81 -
YUV 198.76 80.73 121.04 -
System Red Green Blue C M Y K H S L
Decimal 189 220 115 0.14 0 0.48 0.14 77.71 0.6 0.66
Hex BD DC 73 E 0 30 E 4E 3C 42
Octal 275 334 163 16 0 60 16 116 74 102
Binary 10111101 11011100 1110011 1110 0 110000 1110 1001110 111100 1000010

Color Harmonies of #BDDC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC73

Black with #BDDC73

Text Example


Text Example

White with #BDDC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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