Html Css Color HEX #BDC773 Pine Glade

📋 copy color: '#BDC773'

red 189 ◦ green 199 ◦ blue 115

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

Shades of Pine Glade #BDC773

Tints of Pine Glade #BDC773

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.56%

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

R = 37.57%
G = 39.56%
B = 22.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#BDC773 (or 0xBDC773) is known color: Pine Glade. HEX triplet: BD, C7 and 73. RGB value is (189,199,115). Sum of RGB (Red+Green+Blue) = 189+199+115=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC773 is #42388C. Grayscale: #BABABA. Windows color (decimal): -4339853 or 7587773. OLE color: 7587773.

HSL color Cylindrical-coordinate representation of color #BDC773: hue angle of 67.14º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDC773 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 115 -
CMYK 0.05 0 0.42 0.22
HSL 67.14º 0.43% 0.62% -
HSV(B) 67.14º 0.42% 0.78% -
XYZ 44.5 52.9 24.09 -
YUV 186.43 87.69 129.83 -
System Red Green Blue C M Y K H S L
Decimal 189 199 115 0.05 0 0.42 0.22 67.14 0.43 0.62
Hex BD C7 73 5 0 2A 16 43 2B 3E
Octal 275 307 163 5 0 52 26 103 53 76
Binary 10111101 11000111 1110011 101 0 101010 10110 1000011 101011 111110

Color Harmonies of #BDC773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC773

Black with #BDC773

Text Example


Text Example

White with #BDC773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC773; }

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

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

background-color css

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

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

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

border-color css

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

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

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