Html Css Color HEX #BDC674 Pine Glade

📋 copy color: '#BDC674'

red 189 ◦ green 198 ◦ blue 116

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

Shades of Pine Glade #BDC674

Tints of Pine Glade #BDC674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.06%

R = 37.57%
G = 39.36%
B = 23.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#BDC674 (or 0xBDC674) is known color: Pine Glade. HEX triplet: BD, C6 and 74. RGB value is (189,198,116). Sum of RGB (Red+Green+Blue) = 189+198+116=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC674 is #42398B. Grayscale: #BABABA. Windows color (decimal): -4340108 or 7653053. OLE color: 7653053.

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

Color convert

RGB 189 198 116 -
CMYK 0.05 0 0.41 0.22
HSL 66.59º 0.42% 0.62% -
HSV(B) 66.59º 0.41% 0.78% -
XYZ 44.33 52.47 24.31 -
YUV 185.96 88.52 130.17 -
System Red Green Blue C M Y K H S L
Decimal 189 198 116 0.05 0 0.41 0.22 66.59 0.42 0.62
Hex BD C6 74 5 0 29 16 43 2A 3E
Octal 275 306 164 5 0 51 26 103 52 76
Binary 10111101 11000110 1110100 101 0 101001 10110 1000011 101010 111110

Color Harmonies of #BDC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC674

Black with #BDC674

Text Example


Text Example

White with #BDC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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