Html Css Color HEX #BDC473 Pine Glade

📋 copy color: '#BDC473'

red 189 ◦ green 196 ◦ blue 115

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

Shades of Pine Glade #BDC473

Tints of Pine Glade #BDC473

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.2%

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

R = 37.8%
G = 39.2%
B = 23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#BDC473 (or 0xBDC473) is known color: Pine Glade. HEX triplet: BD, C4 and 73. RGB value is (189,196,115). Sum of RGB (Red+Green+Blue) = 189+196+115=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC473 is #423B8C. Grayscale: #B8B8B8. Windows color (decimal): -4340621 or 7587005. OLE color: 7587005.

HSL color Cylindrical-coordinate representation of color #BDC473: hue angle of 65.19º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDC473 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 115 -
CMYK 0.04 0 0.41 0.23
HSL 65.19º 0.41% 0.61% -
HSV(B) 65.19º 0.41% 0.77% -
XYZ 43.82 51.54 23.86 -
YUV 184.67 88.68 131.09 -
System Red Green Blue C M Y K H S L
Decimal 189 196 115 0.04 0 0.41 0.23 65.19 0.41 0.61
Hex BD C4 73 4 0 29 17 41 29 3D
Octal 275 304 163 4 0 51 27 101 51 75
Binary 10111101 11000100 1110011 100 0 101001 10111 1000001 101001 111101

Color Harmonies of #BDC473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC473

Black with #BDC473

Text Example


Text Example

White with #BDC473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC473; }

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

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

background-color css

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

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

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

border-color css

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

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

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