Html Css Color HEX #BDC672 Pine Glade

📋 copy color: '#BDC672'

red 189 ◦ green 198 ◦ blue 114

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

Shades of Pine Glade #BDC672

Tints of Pine Glade #BDC672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.75%

R = 37.72%
G = 39.52%
B = 22.75%

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

#BDC672 (or 0xBDC672) is known color: Pine Glade. HEX triplet: BD, C6 and 72. RGB value is (189,198,114). Sum of RGB (Red+Green+Blue) = 189+198+114=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC672 is #42398D. Grayscale: #BABABA. Windows color (decimal): -4340110 or 7521981. OLE color: 7521981.

HSL color Cylindrical-coordinate representation of color #BDC672: hue angle of 66.43º 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 #BDC672 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 114 -
CMYK 0.05 0 0.42 0.22
HSL 66.43º 0.42% 0.61% -
HSV(B) 66.43º 0.42% 0.78% -
XYZ 44.22 52.42 23.71 -
YUV 185.73 87.52 130.33 -
System Red Green Blue C M Y K H S L
Decimal 189 198 114 0.05 0 0.42 0.22 66.43 0.42 0.61
Hex BD C6 72 5 0 2A 16 42 2A 3D
Octal 275 306 162 5 0 52 26 102 52 75
Binary 10111101 11000110 1110010 101 0 101010 10110 1000010 101010 111101

Color Harmonies of #BDC672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC672

Black with #BDC672

Text Example


Text Example

White with #BDC672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC672; }

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

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

background-color css

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

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

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

border-color css

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

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

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