Html Css Color HEX #BDC673 Pine Glade

📋 copy color: '#BDC673'

red 189 ◦ green 198 ◦ blue 115

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

Shades of Pine Glade #BDC673

Tints of Pine Glade #BDC673

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.44%

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

R = 37.65%
G = 39.44%
B = 22.91%

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

#BDC673 (or 0xBDC673) is known color: Pine Glade. HEX triplet: BD, C6 and 73. RGB value is (189,198,115). Sum of RGB (Red+Green+Blue) = 189+198+115=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC673 is #42398C. Grayscale: #BABABA. Windows color (decimal): -4340109 or 7587517. OLE color: 7587517.

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

Color convert

RGB 189 198 115 -
CMYK 0.05 0 0.42 0.22
HSL 66.51º 0.42% 0.61% -
HSV(B) 66.51º 0.42% 0.78% -
XYZ 44.27 52.44 24.01 -
YUV 185.85 88.02 130.25 -
System Red Green Blue C M Y K H S L
Decimal 189 198 115 0.05 0 0.42 0.22 66.51 0.42 0.61
Hex BD C6 73 5 0 2A 16 43 2A 3D
Octal 275 306 163 5 0 52 26 103 52 75
Binary 10111101 11000110 1110011 101 0 101010 10110 1000011 101010 111101

Color Harmonies of #BDC673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC673

Black with #BDC673

Text Example


Text Example

White with #BDC673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC673; }

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

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

background-color css

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

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

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

border-color css

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

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

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